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

Unified Diff: mojo/services/native_viewport/native_viewport_controller.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_controller.cc
diff --git a/mojo/services/native_viewport/native_viewport_controller.cc b/mojo/services/native_viewport/native_viewport_controller.cc
index 192422455ca51fd022734f5adc1a6b7988b8ad8b..2f300aa11e0c61a28c36f446b5cdc89f65f9203d 100644
--- a/mojo/services/native_viewport/native_viewport_controller.cc
+++ b/mojo/services/native_viewport/native_viewport_controller.cc
@@ -19,7 +19,9 @@ NativeViewportController::NativeViewportController(
shell::Context* context, Handle pipe)
: pipe_(pipe) {
native_viewport_ = NativeViewport::Create(context, this);
+ native_viewport_->Open();
}
+
NativeViewportController::~NativeViewportController() {
}

Powered by Google App Engine
This is Rietveld 408576698