| Index: ui/base/cocoa/window_size_constants.mm
|
| diff --git a/ui/base/cocoa/window_size_constants.mm b/ui/base/cocoa/window_size_constants.mm
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c6355994786d8abb293ccbcc60128b9cf01f6ef3
|
| --- /dev/null
|
| +++ b/ui/base/cocoa/window_size_constants.mm
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "ui/base/cocoa/window_size_constants.h"
|
| +
|
| +namespace ui {
|
| +
|
| +const NSRect kWindowSizeDeterminedLater = { {0, 0}, {1, 1} };
|
| +
|
| +} // namespace ui
|
|
|