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

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

Issue 65883002: mojo_shell crashes on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | 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 a2ffebb2be72decb2c4cc0ae5eb488a7ef610921..f08d23729281056cf1a9491a8911682b0bc49c9d 100644
--- a/mojo/services/native_viewport/native_viewport.h
+++ b/mojo/services/native_viewport/native_viewport.h
@@ -36,6 +36,7 @@ class NativeViewport {
virtual ~NativeViewport() {}
virtual gfx::Size GetSize() = 0;
+ virtual void Open() = 0;
Ben Goodger (Google) 2013/11/08 00:02:16 Init() ?
abarth-chromium 2013/11/08 00:04:37 Will do.
virtual void Close() = 0;
static scoped_ptr<NativeViewport> Create(shell::Context* context,
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698