diff options
Diffstat (limited to 'views/widget/native_widget_win.h')
-rw-r--r-- | views/widget/native_widget_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h index 967ed85..43b4a76 100644 --- a/views/widget/native_widget_win.h +++ b/views/widget/native_widget_win.h @@ -266,6 +266,7 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl, virtual void FocusNativeView(gfx::NativeView native_view) OVERRIDE; virtual bool ConvertPointFromAncestor( const Widget* ancestor, gfx::Point* point) const OVERRIDE; + virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; protected: // Information saved before going into fullscreen mode, used to restore the |