summaryrefslogtreecommitdiffstats
path: root/views/window/non_client_view.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 21:51:51 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 21:51:51 +0000
commite4607f05bbe9090122ec35e449969d2cf6cbdbae (patch)
tree5545bf30764079518b076b40adaf0061359b4744 /views/window/non_client_view.h
parent7126016c71db5fcf3fd566d84e3b3db6946ebd5d (diff)
downloadchromium_src-e4607f05bbe9090122ec35e449969d2cf6cbdbae.zip
chromium_src-e4607f05bbe9090122ec35e449969d2cf6cbdbae.tar.gz
chromium_src-e4607f05bbe9090122ec35e449969d2cf6cbdbae.tar.bz2
Use GetEventHandlerForPoint instead of GetViewForPoint.
BUG=74121 TEST=none Review URL: http://codereview.chromium.org/6575050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/non_client_view.h')
-rw-r--r--views/window/non_client_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h
index 3a4ea28..db1daff 100644
--- a/views/window/non_client_view.h
+++ b/views/window/non_client_view.h
@@ -214,7 +214,7 @@ class NonClientView : public View {
protected:
// NonClientView, View overrides:
virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
- virtual views::View* GetViewForPoint(const gfx::Point& point);
+ virtual views::View* GetEventHandlerForPoint(const gfx::Point& point);
private:
// The frame that hosts this NonClientView.