| 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 9658657f8452c39f01f51d420ceecfb898e37412..d39ffa482788dd6db7e6f9df10d3546bf792f4c3 100644
|
| --- a/ui/views/window/non_client_view.h
|
| +++ b/ui/views/window/non_client_view.h
|
| @@ -210,8 +210,7 @@ class VIEWS_EXPORT NonClientView : public View {
|
| virtual void Layout() OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| -
|
| - virtual views::View* GetEventHandlerForPoint(const gfx::Point& point)
|
| + virtual View* GetEventHandler(const gfx::Rect& rect, EventType type)
|
| OVERRIDE;
|
|
|
| protected:
|
|
|