| 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() {
|
| }
|
|
|
|
|