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

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: Cleanup 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
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 85971564c0e2903df7f9610e020488c11bbc1688..66dd25c0afe73647cd175aca2057abe1c46f7b6e 100644
--- a/mojo/services/native_viewport/native_viewport.h
+++ b/mojo/services/native_viewport/native_viewport.h
@@ -41,8 +41,7 @@ class NativeViewport {
virtual void Close() = 0;
virtual gfx::Size GetSize() = 0;
- static scoped_ptr<NativeViewport> Create(shell::Context* context,
- NativeViewportDelegate* delegate);
+ static scoped_ptr<NativeViewport> Create(NativeViewportDelegate* delegate);
};
} // namespace services

Powered by Google App Engine
This is Rietveld 408576698