Index: ui/views/widget/native_widget_aura.h |
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h |
index d54c99eceb332e7c9ddffd7161c2bfa76e166410..afbc302771a429ebd68c5856b8b56a14afb8763f 100644 |
--- a/ui/views/widget/native_widget_aura.h |
+++ b/ui/views/widget/native_widget_aura.h |
@@ -77,8 +77,8 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate, |
virtual void SetAccessibleRole(ui::AccessibilityTypes::Role role) OVERRIDE; |
virtual void SetAccessibleState(ui::AccessibilityTypes::State state) OVERRIDE; |
virtual void InitModalType(ui::ModalType modal_type) OVERRIDE; |
- virtual gfx::Rect GetWindowScreenBounds() const OVERRIDE; |
- virtual gfx::Rect GetClientAreaScreenBounds() const OVERRIDE; |
+ virtual gfx::Rect GetWindowBoundsInScreen() const OVERRIDE; |
+ virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE; |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; |
virtual void SetSize(const gfx::Size& size) OVERRIDE; |
@@ -117,7 +117,7 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate, |
virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE; |
virtual void ClearNativeFocus() OVERRIDE; |
virtual void FocusNativeView(gfx::NativeView native_view) OVERRIDE; |
- virtual gfx::Rect GetWorkAreaScreenBounds() const OVERRIDE; |
+ virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; |
virtual void SetInactiveRenderingDisabled(bool value) OVERRIDE; |
virtual Widget::MoveLoopResult RunMoveLoop() OVERRIDE; |
virtual void EndMoveLoop() OVERRIDE; |