Index: webkit/common/gpu/context_provider_in_process.cc |
diff --git a/webkit/common/gpu/context_provider_in_process.cc b/webkit/common/gpu/context_provider_in_process.cc |
index e4ca1d8a42cfdb50838f485c9387677a0c631795..b02d961d70cf109cdf434197fe6dc7b86551df41 100644 |
--- a/webkit/common/gpu/context_provider_in_process.cc |
+++ b/webkit/common/gpu/context_provider_in_process.cc |
@@ -95,7 +95,7 @@ bool ContextProviderInProcess::BindToCurrentThread() { |
if (lost_context_callback_proxy_) |
return true; |
- if (!context3d_->makeContextCurrent()) |
+ if (!context3d_->InitializeOnCurrentThread()) |
return false; |
InitializeCapabilities(); |