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

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

Issue 65883002: mojo_shell crashes on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 ba77f83c4891446fcb523221c41d1cc4db6192f0..13a4057da674f8f735ca24569ec4e9299120d183 100644
--- a/mojo/services/native_viewport/native_viewport_android.h
+++ b/mojo/services/native_viewport/native_viewport_android.h
@@ -34,6 +34,7 @@ class NativeViewportAndroid : public NativeViewport {
private:
// Overridden from NativeViewport:
virtual gfx::Size GetSize() OVERRIDE;
+ virtual void Open() OVERRIDE;
virtual void Close() OVERRIDE;
void ReleaseWindow();

Powered by Google App Engine
This is Rietveld 408576698