Index: mojo/cc/context_provider_mojo.cc |
diff --git a/mojo/cc/context_provider_mojo.cc b/mojo/cc/context_provider_mojo.cc |
index 10254b5468ae5a4feb18a289d3a65dad73d59770..1dd62d8a08bd8c3fda2a9e838ba8afeee7d04b69 100644 |
--- a/mojo/cc/context_provider_mojo.cc |
+++ b/mojo/cc/context_provider_mojo.cc |
@@ -19,7 +19,6 @@ bool ContextProviderMojo::BindToCurrentThread() { |
context_ = MojoGLES2CreateContext( |
command_buffer_handle_.release().value(), |
&ContextLostThunk, |
- NULL, |
this); |
return !!context_; |
} |