summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_tree_host_ozone.h
diff options
context:
space:
mode:
authorararunprasad@gmail.com <ararunprasad@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 20:15:41 +0000
committerararunprasad@gmail.com <ararunprasad@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 20:15:41 +0000
commit7fe4d9afcc3e43fe0c9e8d6507f9e72e0c7450f3 (patch)
treee75ce4b3e5fa63c856a9485759d578aa1c8ef87a /ui/aura/window_tree_host_ozone.h
parente81bd450b8ea65aeaec58c01f02e7ef0f197df92 (diff)
downloadchromium_src-7fe4d9afcc3e43fe0c9e8d6507f9e72e0c7450f3.zip
chromium_src-7fe4d9afcc3e43fe0c9e8d6507f9e72e0c7450f3.tar.gz
chromium_src-7fe4d9afcc3e43fe0c9e8d6507f9e72e0c7450f3.tar.bz2
Renamed the virtual function to fix the build error.
BUG=344502 Review URL: https://codereview.chromium.org/167003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/window_tree_host_ozone.h')
-rw-r--r--ui/aura/window_tree_host_ozone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
index dc30c1e..2690d0c 100644
--- a/ui/aura/window_tree_host_ozone.h
+++ b/ui/aura/window_tree_host_ozone.h
@@ -48,7 +48,7 @@ class WindowTreeHostOzone : public WindowTreeHost,
virtual void PrepareForShutdown() OVERRIDE;
virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE;
- virtual void OnCursorVisibilityChanged(bool show) OVERRIDE;
+ virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE;
// ui::EventSource overrides.
virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;