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 1eeb2eed166e01d0fe2071d8bfc38b4cd9b9d637..7154c2eea99418188c12363a5cf57a685cc1a1ed 100644 |
--- a/content/browser/gpu/gpu_ipc_browsertests.cc |
+++ b/content/browser/gpu/gpu_ipc_browsertests.cc |
@@ -209,7 +209,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGpuChannelHostFactoryTest, |
scoped_refptr<ContextProviderCommandBuffer> provider = |
ContextProviderCommandBuffer::Create(CreateContext(), |
- "BrowserGpuChannelHostFactoryTest"); |
+ OFFSCREEN_CONTEXT_FOR_TESTING); |
base::RunLoop run_loop; |
int counter = 0; |
provider->SetLostContextCallback( |