Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: mojo/services/native_viewport/native_viewport_android.h

Issue 145403002: view manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/services/native_viewport/native_viewport_android.h
diff --git a/mojo/services/native_viewport/native_viewport_android.h b/mojo/services/native_viewport/native_viewport_android.h
index ba3420587453f19223afa33e94c2c7dbe6a0decb..96ecd1f2269cb4c82c73fe44741d74d1c8c98fca 100644
--- a/mojo/services/native_viewport/native_viewport_android.h
+++ b/mojo/services/native_viewport/native_viewport_android.h
@@ -44,6 +44,7 @@ class MOJO_NATIVE_VIEWPORT_EXPORT NativeViewportAndroid
// Overridden from NativeViewport:
virtual void Init(const gfx::Rect& bounds) OVERRIDE;
virtual void Show() OVERRIDE;
+ virtual void Hide() OVERRIDE;
virtual void Close() OVERRIDE;
virtual gfx::Size GetSize() OVERRIDE;
virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
« no previous file with comments | « mojo/services/native_viewport/native_viewport.mojom ('k') | mojo/services/native_viewport/native_viewport_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698