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, |