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

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

Issue 400413002: aura: Use PlatformWindow from WindowTreeHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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_ozone.cc
diff --git a/mojo/services/native_viewport/native_viewport_ozone.cc b/mojo/services/native_viewport/native_viewport_ozone.cc
index 31e02fe15969b7be5d1d270705956940644744a4..023a71cdd19ba981b5904207d4f51447c4f7a7a6 100644
--- a/mojo/services/native_viewport/native_viewport_ozone.cc
+++ b/mojo/services/native_viewport/native_viewport_ozone.cc
@@ -81,6 +81,8 @@ class NativeViewportOzone : public NativeViewport,
delegate_->OnAcceleratedWidgetAvailable(widget);
}
+ virtual void OnActivationChanged(bool active) OVERRIDE {}
+
scoped_ptr<ui::PlatformWindow> platform_window_;
NativeViewportDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698