Index: content/common/gpu/client/context_provider_command_buffer_browsertest.cc |
diff --git a/content/common/gpu/client/context_provider_command_buffer_browsertest.cc b/content/common/gpu/client/context_provider_command_buffer_browsertest.cc |
index 7588571fd6518d8896f88da87836c7fce4e5b058..d6378ad6df7f626f220a6202f4520f93a3d727a4 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer_browsertest.cc |
+++ b/content/common/gpu/client/context_provider_command_buffer_browsertest.cc |
@@ -30,7 +30,6 @@ |
} |
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContext3d() { |
- bool lose_context_when_out_of_memory = false; |
scoped_refptr<GpuChannelHost> gpu_channel_host( |
GetFactory()->EstablishGpuChannelSync( |
CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE)); |
@@ -38,7 +37,6 @@ |
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext( |
gpu_channel_host.get(), |
blink::WebGraphicsContext3D::Attributes(), |
- lose_context_when_out_of_memory, |
GURL("chrome://gpu/ContextProviderCommandBufferTest"), |
WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(), |
NULL)); |