Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
index dd65b7644aea91226b7bb82c8485be3ed8e24a90..a167c6415b9c31aa62422fd95325c6d7a8e03620 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -123,7 +123,6 @@ class WebGraphicsContext3DCommandBufferImpl |
const GURL& active_url, |
GpuChannelHost* host, |
const Attributes& attributes, |
- bool bind_generates_resources, |
bool lose_context_when_out_of_memory, |
const SharedMemoryLimits& limits, |
WebGraphicsContext3DCommandBufferImpl* share_context); |
@@ -769,7 +768,6 @@ class WebGraphicsContext3DCommandBufferImpl |
scoped_ptr<gpu::gles2::GLES2Implementation> real_gl_; |
scoped_ptr<gpu::gles2::GLES2Interface> trace_gl_; |
Error last_error_; |
- bool bind_generates_resources_; |
bool lose_context_when_out_of_memory_; |
SharedMemoryLimits mem_limits_; |