Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 505b026a37f85e5cf015064f593cb05ed06832da..292c20b214b548f6848ecdcafcb8d9e804a34fa3 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -70,7 +70,6 @@ class GpuCommandBufferStub |
gpu::gles2::ImageManager* image_manager, |
const gfx::Size& size, |
const gpu::gles2::DisallowedFeatures& disallowed_features, |
- const std::string& allowed_extensions, |
const std::vector<int32>& attribs, |
gfx::GpuPreference gpu_preference, |
bool use_virtualized_gl_context, |
@@ -214,7 +213,6 @@ class GpuCommandBufferStub |
gfx::GLSurfaceHandle handle_; |
gfx::Size initial_size_; |
gpu::gles2::DisallowedFeatures disallowed_features_; |
- std::string allowed_extensions_; |
std::vector<int32> requested_attribs_; |
gfx::GpuPreference gpu_preference_; |
bool use_virtualized_gl_context_; |