Update V8 to version 4.7.45.
[chromium-blink-merge.git] / ui / base / cocoa / window_size_constants.mm
blobc6355994786d8abb293ccbcc60128b9cf01f6ef3
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/base/cocoa/window_size_constants.h"
7 namespace ui {
9 const NSRect kWindowSizeDeterminedLater = { {0, 0}, {1, 1} };
11 }  // namespace ui