Index: content/browser/gpu/gpu_ipc_browsertests.cc |
diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc |
index cbe453934199f275937d0e0d400b68629f2557f8..db0e3b5e50c06cc360c84b094a919ac6e9632fe3 100644 |
--- a/content/browser/gpu/gpu_ipc_browsertests.cc |
+++ b/content/browser/gpu/gpu_ipc_browsertests.cc |
@@ -47,7 +47,7 @@ class ContextTestBase : public content::ContentBrowserTest { |
WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(), |
NULL)); |
CHECK(context_.get()); |
- context_->makeContextCurrent(); |
+ context_->BindToCurrentThread(); |
context_support_ = context_->GetContextSupport(); |
ContentBrowserTest::SetUpOnMainThread(); |
} |