summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_tree_host_ozone.h
diff options
context:
space:
mode:
authormarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 12:00:54 +0000
committermarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 12:00:54 +0000
commit0e17f877493330d09cb9b7d8738efb873a53ec7e (patch)
tree29b60b3242fdf80f83b4bb188b3a2e1eedfdd173 /ui/aura/window_tree_host_ozone.h
parent8c0f03d9cc48a76de8f1391acf0111f20102d838 (diff)
downloadchromium_src-0e17f877493330d09cb9b7d8738efb873a53ec7e.zip
chromium_src-0e17f877493330d09cb9b7d8738efb873a53ec7e.tar.gz
chromium_src-0e17f877493330d09cb9b7d8738efb873a53ec7e.tar.bz2
Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin."
> 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 TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/410873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284905 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, 0 insertions, 1 deletions
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
index 88736f3..bfaeab7 100644
--- a/ui/aura/window_tree_host_ozone.h
+++ b/ui/aura/window_tree_host_ozone.h
@@ -35,7 +35,6 @@ 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;