Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: mojo/services/native_viewport/native_viewport_win.cc

Issue 400413002: aura: Use PlatformWindow from WindowTreeHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/services/native_viewport/native_viewport_win.cc
diff --git a/mojo/services/native_viewport/native_viewport_win.cc b/mojo/services/native_viewport/native_viewport_win.cc
index 823a52a2bdc51e4a7af0dc5d0849f63b5d276cbe..26312ae0c82a58b89a0c2913ba37b2945c28b680 100644
--- a/mojo/services/native_viewport/native_viewport_win.cc
+++ b/mojo/services/native_viewport/native_viewport_win.cc
@@ -89,6 +89,8 @@ class NativeViewportWin : public NativeViewport,
delegate_->OnAcceleratedWidgetAvailable(widget);
}
+ virtual void OnActivationChanged(bool active) OVERRIDE {}
+
scoped_ptr<ui::PlatformWindow> platform_window_;
NativeViewportDelegate* delegate_;
« no previous file with comments | « mojo/services/native_viewport/native_viewport_ozone.cc ('k') | mojo/services/native_viewport/native_viewport_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698