| Index: mojo/services/native_viewport/native_viewport_stub.cc
|
| diff --git a/mojo/services/native_viewport/native_viewport_stub.cc b/mojo/services/native_viewport/native_viewport_stub.cc
|
| index 658c4599db7f1137e55dc65061ea1badd5826058..c76f182eac8426d4b7345d50859d1984c4d60f8c 100644
|
| --- a/mojo/services/native_viewport/native_viewport_stub.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_stub.cc
|
| @@ -22,6 +22,8 @@ class NativeViewportStub : public NativeViewport {
|
| virtual gfx::Size GetSize() OVERRIDE {
|
| return gfx::Size();
|
| }
|
| + virtual void Open() OVERRIDE {
|
| + }
|
| virtual void Close() OVERRIDE {
|
| delegate_->OnDestroyed();
|
| }
|
|
|