| Index: mojo/services/view_manager/window_tree_host_impl.cc
|
| diff --git a/mojo/services/view_manager/window_tree_host_impl.cc b/mojo/services/view_manager/window_tree_host_impl.cc
|
| index 793225d3c5ec8acf41fc8f25c355c1e9092b56ca..805018bb1c3a470a4a1daaa018048ebbed1dfe1b 100644
|
| --- a/mojo/services/view_manager/window_tree_host_impl.cc
|
| +++ b/mojo/services/view_manager/window_tree_host_impl.cc
|
| @@ -162,6 +162,7 @@ ui::EventProcessor* WindowTreeHostImpl::GetEventProcessor() {
|
|
|
| void WindowTreeHostImpl::OnCreated(uint64_t native_viewport_id) {
|
| CommandBufferPtr cb;
|
| + // TODO(jamesr): Output to a surface instead.
|
| gpu_service_->CreateOnscreenGLES2Context(
|
| native_viewport_id, Size::From(bounds_.size()), Get(&cb));
|
| widget_ = bit_cast<gfx::AcceleratedWidget>(
|
|
|