Index: content/browser/compositor/gpu_process_transport_factory.cc |
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc |
index 20966a17a122d8adf5cdcff061d98169175b1823..3add5c6304d07a60ebb8358ed72001909ca3ee51 100644 |
--- a/content/browser/compositor/gpu_process_transport_factory.cc |
+++ b/content/browser/compositor/gpu_process_transport_factory.cc |
@@ -445,7 +445,6 @@ GpuProcessTransportFactory::CreateContextCommon(int surface_id) { |
attrs.stencil = false; |
attrs.antialias = false; |
attrs.noAutomaticFlushes = true; |
- bool bind_generates_resources = false; |
bool lose_context_when_out_of_memory = true; |
CauseForGpuLaunch cause = |
CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE; |
@@ -462,7 +461,6 @@ GpuProcessTransportFactory::CreateContextCommon(int surface_id) { |
url, |
gpu_channel_host.get(), |
attrs, |
- bind_generates_resources, |
lose_context_when_out_of_memory, |
WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(), |
NULL)); |