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

Unified Diff: mojo/services/native_viewport/native_viewport_stub.cc

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_stub.cc
diff --git a/mojo/services/native_viewport/native_viewport_stub.cc b/mojo/services/native_viewport/native_viewport_stub.cc
index 658c4599db7f1137e55dc65061ea1badd5826058..c76f182eac8426d4b7345d50859d1984c4d60f8c 100644
--- a/mojo/services/native_viewport/native_viewport_stub.cc
+++ b/mojo/services/native_viewport/native_viewport_stub.cc
@@ -22,6 +22,8 @@ class NativeViewportStub : public NativeViewport {
virtual gfx::Size GetSize() OVERRIDE {
return gfx::Size();
}
+ virtual void Open() OVERRIDE {
+ }
virtual void Close() OVERRIDE {
delegate_->OnDestroyed();
}

Powered by Google App Engine
This is Rietveld 408576698