Index: ui/views/window/non_client_view.h |
diff --git a/ui/views/window/non_client_view.h b/ui/views/window/non_client_view.h |
index d4305783d84a5f3e5f9c20542a40e356168da1de..50fd85c5e04f029ab0229c1eb1e11f6afc8dfeaa 100644 |
--- a/ui/views/window/non_client_view.h |
+++ b/ui/views/window/non_client_view.h |
@@ -215,8 +215,7 @@ class VIEWS_EXPORT NonClientView : public View { |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |
- virtual views::View* GetEventHandlerForPoint( |
- const gfx::Point& point) OVERRIDE; |
+ virtual views::View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE; |
virtual views::View* GetTooltipHandlerForPoint( |
const gfx::Point& point) OVERRIDE; |