| 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 421cec3b0b41d429f0aa86c95353beee6425bbf9..9dcb33a88069397e46fe21aa16be1d1d0e2c8aed 100644
|
| --- a/mojo/services/native_viewport/native_viewport_stub.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_stub.cc
|
| @@ -23,6 +23,8 @@ class NativeViewportStub : public NativeViewport {
|
| }
|
| virtual void Show() OVERRIDE {
|
| }
|
| + virtual void Hide() OVERRIDE {
|
| + }
|
| virtual void Close() OVERRIDE {
|
| delegate_->OnDestroyed();
|
| }
|
|
|