summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_tree_host_ozone.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 06:04:04 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 06:04:04 +0000
commitf1ab0f1684e5d6251d87ed7f36f78d97ba761ebb (patch)
tree97388e5a6b125a52299348be353c28ce6a3127b1 /ui/aura/window_tree_host_ozone.h
parent6344f4206c189f03f90eb434cf2b28ba46c03f95 (diff)
downloadchromium_src-f1ab0f1684e5d6251d87ed7f36f78d97ba761ebb.zip
chromium_src-f1ab0f1684e5d6251d87ed7f36f78d97ba761ebb.tar.gz
chromium_src-f1ab0f1684e5d6251d87ed7f36f78d97ba761ebb.tar.bz2
aura: Use PlatformWindow from WindowTreeHostWin.
With this patch, both Windows and Ozone implementations use PlatformWindow for interacting with the native windowing system. Eventually, the X11 implementations will also use this, and WindowTreeHost will have a single implementation on all platforms. BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/400413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/window_tree_host_ozone.h')
-rw-r--r--ui/aura/window_tree_host_ozone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
index bfaeab7..88736f3 100644
--- a/ui/aura/window_tree_host_ozone.h
+++ b/ui/aura/window_tree_host_ozone.h
@@ -35,6 +35,7 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost,
virtual void OnLostCapture() OVERRIDE;
virtual void OnAcceleratedWidgetAvailable(
gfx::AcceleratedWidget widget) OVERRIDE;
+ virtual void OnActivationChanged(bool active) OVERRIDE;
// WindowTreeHost:
virtual ui::EventSource* GetEventSource() OVERRIDE;