Index: content/common/gpu/client/context_provider_command_buffer.cc |
diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc |
index f23283ed55dd1b20a2b7e9045273cdc7321576ef..9324ce42955f075b652c50ea3537417b00eb662e 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.cc |
+++ b/content/common/gpu/client/context_provider_command_buffer.cc |
@@ -91,7 +91,7 @@ bool ContextProviderCommandBuffer::BindToCurrentThread() { |
if (lost_context_callback_proxy_) |
return true; |
- if (!context3d_->makeContextCurrent()) |
+ if (!context3d_->BindToCurrentThread()) |
return false; |
InitializeCapabilities(); |