blob: c6355994786d8abb293ccbcc60128b9cf01f6ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|