chromium/ui/base/cocoa/window_size_constants.mm

// Copyright 2012 The Chromium Authors
// 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