| 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 d5b38f2209711a8b97b0f08923bbcd06528c22dd..658c4599db7f1137e55dc65061ea1badd5826058 100644
|
| --- a/mojo/services/native_viewport/native_viewport_stub.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_stub.cc
|
| @@ -19,6 +19,9 @@ class NativeViewportStub : public NativeViewport {
|
|
|
| private:
|
| // Overridden from NativeViewport:
|
| + virtual gfx::Size GetSize() OVERRIDE {
|
| + return gfx::Size();
|
| + }
|
| virtual void Close() OVERRIDE {
|
| delegate_->OnDestroyed();
|
| }
|
|
|