| Index: ui/views/win/hwnd_util.h
|
| diff --git a/ui/views/win/hwnd_util.h b/ui/views/win/hwnd_util.h
|
| index ce33de11eb61cd0465ac8862bc4b3036f3efd9e0..48f8d043c7644f388952c85643789440e117296b 100644
|
| --- a/ui/views/win/hwnd_util.h
|
| +++ b/ui/views/win/hwnd_util.h
|
| @@ -6,6 +6,7 @@
|
| #define UI_VIEWS_WIN_HWND_UTIL_H_
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "ui/gfx/rect.h"
|
| #include "ui/views/views_export.h"
|
|
|
| namespace views {
|
| @@ -25,6 +26,8 @@ VIEWS_EXPORT HWND HWNDForNativeView(gfx::NativeView view);
|
| // Returns the HWND for the specified NativeWindow.
|
| VIEWS_EXPORT HWND HWNDForNativeWindow(gfx::NativeWindow window);
|
|
|
| +VIEWS_EXPORT gfx::Rect GetWindowBoundsForClientBounds(
|
| + View* view, const gfx::Rect& client_bounds);
|
| }
|
|
|
| #endif // UI_VIEWS_WIN_HWND_UTIL_H_
|
|
|