blob: 2ee5ec72185db389e69de69d71faba78101a4b48 [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_