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 17:51:19 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 17:51:19 +0000
commitd30e9dd0637a8026b97bc996d441b84fddca44c2 (patch)
tree9e9d339b8829dee2881f7e17755d580900096f61 /ui/aura/window_tree_host_ozone.h
parent26efe319d33c0902ac0ea2706864fdc2f489de2f (diff)
downloadchromium_src-d30e9dd0637a8026b97bc996d441b84fddca44c2.zip
chromium_src-d30e9dd0637a8026b97bc996d441b84fddca44c2.tar.gz
chromium_src-d30e9dd0637a8026b97bc996d441b84fddca44c2.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 Previously landed in r284850, but reverted in r284905 because it broke a multi- window ash unit-test on Windows. The test is now disabled (r284931). Review URL: https://codereview.chromium.org/400413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284986 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;