Index: mojo/gles2/gles2_support_impl.cc |
diff --git a/mojo/gles2/gles2_support_impl.cc b/mojo/gles2/gles2_support_impl.cc |
index 888cfdec9e96c039db7c0e973a97418825696961..c34821904d098855cb5408b48094736af6614f1c 100644 |
--- a/mojo/gles2/gles2_support_impl.cc |
+++ b/mojo/gles2/gles2_support_impl.cc |
@@ -63,7 +63,7 @@ MojoGLES2Context GLES2SupportImpl::CreateContext( |
MojoGLES2ContextLost lost_callback, |
MojoGLES2DrawAnimationFrame animation_callback, |
void* closure) { |
- ScopedCommandBufferHandle scoped_handle(CommandBufferHandle(handle.value())); |
+ ScopedMessagePipeHandle scoped_handle(handle); |
piman
2014/05/09 23:02:58
drive-by: We couldn't keep the type safety?
|
scoped_ptr<GLES2Context> client(new GLES2Context(async_waiter_, |
scoped_handle.Pass(), |
lost_callback, |