blob: c6355994786d8abb293ccbcc60128b9cf01f6ef3 [file] [log] [blame]
// 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