Index: components/test_runner/test_plugin.cc |
diff --git a/components/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc |
index 6e916021fce3f2fd99140938ca41cb20013b6b25..e8793fd4ec9f9a616adc3a404a05f297d5db8748 100644 |
--- a/components/test_runner/test_plugin.cc |
+++ b/components/test_runner/test_plugin.cc |
@@ -185,7 +185,7 @@ bool TestPlugin::initialize(blink::WebPluginContainer* container) { |
blink::Platform::GraphicsInfo gl_info; |
context_provider_ = base::WrapUnique( |
blink::Platform::current()->createOffscreenGraphicsContext3DProvider( |
- attrs, url, nullptr, &gl_info)); |
+ attrs, url, nullptr, &gl_info, blink::Platform::BindToCurrentThread)); |
gl_ = context_provider_ ? context_provider_->contextGL() : nullptr; |
if (!InitScene()) |