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

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: . 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 0582c4591aaf9c02dbe81d3046779e86ebdffd73..e5a69618ab25b80ada113e996aa0a4fadbec7884 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_;

Powered by Google App Engine
This is Rietveld 408576698