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

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: 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4b62b9690ad31b7478f3a569ea2305da85ee4f94..fa5648f5a5f28fc85b7b84a3f9ea7a78f4f50b55 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_;
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698