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

Unified Diff: services/native_viewport/platform_viewport_stub.cc

Issue 1280613003: Allow native_viewport to create new native windows on demand on Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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_stub.cc
diff --git a/services/native_viewport/platform_viewport_stub.cc b/services/native_viewport/platform_viewport_stub.cc
index 008abb574596e9bdf6e2ec22d611b875e9688c5b..081074b3c32c42e42f65f30b91767edde2c7c913 100644
--- a/services/native_viewport/platform_viewport_stub.cc
+++ b/services/native_viewport/platform_viewport_stub.cc
@@ -7,7 +7,9 @@
namespace mojo {
// static
-scoped_ptr<PlatformViewport> PlatformViewport::Create(Delegate* delegate) {
+scoped_ptr<PlatformViewport> PlatformViewport::Create(
+ mojo::ApplicationImpl* application_,
+ Delegate* delegate) {
return PlatformViewportHeadless::Create(delegate);
}
« no previous file with comments | « services/native_viewport/platform_viewport_android.cc ('k') | services/native_viewport/platform_viewport_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698