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

Unified Diff: mojo/services/native_viewport/native_viewport.h

Issue 93793009: Implement ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow Android to be built Created 7 years 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 | « mojo/services/DEPS ('k') | mojo/services/native_viewport/native_viewport_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/native_viewport.h
diff --git a/mojo/services/native_viewport/native_viewport.h b/mojo/services/native_viewport/native_viewport.h
index 3c36c6c6f19f91f9292a43c3d2b151235967070c..cf0445262fe022c012e62b748221586803e8fef0 100644
--- a/mojo/services/native_viewport/native_viewport.h
+++ b/mojo/services/native_viewport/native_viewport.h
@@ -44,6 +44,7 @@ class NativeViewport {
virtual void SetCapture() = 0;
virtual void ReleaseCapture() = 0;
+ // |context| is NULL when loaded into separate process.
static scoped_ptr<NativeViewport> Create(shell::Context* context,
NativeViewportDelegate* delegate);
};
« no previous file with comments | « mojo/services/DEPS ('k') | mojo/services/native_viewport/native_viewport_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698