| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| index 5e6d887f3d62cd10b01549c86c730ba78e1a7705..621bbc99abeb26d7da0f8156ce41cb272fda1806 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -247,6 +247,8 @@ class BrowserPluginHostTest : public ContentBrowserTest {
|
| content::BrowserPluginGuestManager::set_factory_for_testing(
|
| TestBrowserPluginHostFactory::GetInstance());
|
|
|
| + UseRealGLBindings();
|
| +
|
| ContentBrowserTest::SetUp();
|
| }
|
| virtual void TearDown() OVERRIDE {
|
|
|