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..0dead86f4af7cb5b918a78d4281a02cf0ab98af7 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_->Init(); |
} |
+ |
NativeViewportController::~NativeViewportController() { |
} |