blob: 8a3d31a2218a6e928ee0855730d1151c447981d0 [file] [log] [blame]
// Copyright 2018 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.
#ifndef UI_VIEWS_WIDGET_WIDGET_UTILS_MAC_H_
#define UI_VIEWS_WIDGET_WIDGET_UTILS_MAC_H_
#include "ui/views/widget/widget.h"
namespace views {
gfx::Size GetWindowSizeForClientSize(Widget* widget, const gfx::Size& size);
} // namespace views
#endif // UI_VIEWS_WIDGET_WIDGET_UTILS_MAC_H_