| 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 483dc11d60e5b35a954f50c7dd6b628cb7a0118c..7ec54329b150c561dedec46c05f688276c94aec7 100644
|
| --- a/mojo/services/native_viewport/native_viewport.h
|
| +++ b/mojo/services/native_viewport/native_viewport.h
|
| @@ -43,6 +43,7 @@ class NativeViewport {
|
|
|
| virtual void Init(const gfx::Rect& bounds) = 0;
|
| virtual void Show() = 0;
|
| + virtual void Hide() = 0;
|
| virtual void Close() = 0;
|
| virtual gfx::Size GetSize() = 0;
|
| virtual void SetBounds(const gfx::Rect& bounds) = 0;
|
|
|