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

Unified Diff: services/native_viewport/platform_viewport_x11.cc

Issue 2011053003: Make PlatformViewport and NativeViewportImpl use Shell* instead of ApplicationImpl*. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android Created 4 years, 7 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: services/native_viewport/platform_viewport_x11.cc
diff --git a/services/native_viewport/platform_viewport_x11.cc b/services/native_viewport/platform_viewport_x11.cc
index c77f413e4fc42819e7a703788c5f7f97a9c4f06f..46131eb594507783b4def580a703c251ec230453 100644
--- a/services/native_viewport/platform_viewport_x11.cc
+++ b/services/native_viewport/platform_viewport_x11.cc
@@ -162,9 +162,8 @@ class PlatformViewportX11 : public PlatformViewport,
};
// static
-scoped_ptr<PlatformViewport> PlatformViewport::Create(
- mojo::ApplicationImpl* application_,
- Delegate* delegate) {
+scoped_ptr<PlatformViewport> PlatformViewport::Create(mojo::Shell* shell,
+ Delegate* delegate) {
return make_scoped_ptr(new PlatformViewportX11(delegate));
}
« no previous file with comments | « services/native_viewport/platform_viewport_stub.cc ('k') | shell/android/native_viewport_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698