Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / mojo / services / native_viewport / native_viewport_stub.cc
index 421cec3..9dcb33a 100644 (file)
@@ -23,6 +23,8 @@ class NativeViewportStub : public NativeViewport {
   }
   virtual void Show() OVERRIDE {
   }
+  virtual void Hide() OVERRIDE {
+  }
   virtual void Close() OVERRIDE {
     delegate_->OnDestroyed();
   }