Index: content/browser/android/in_process/synchronous_compositor_output_surface.cc |
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.cc b/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
index 1919d73bf1918a3a52291e2ec322780526038c88..333ec784958469136b4dc262c67000aca0303231 100644 |
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
@@ -34,7 +34,6 @@ CreateWebGraphicsContext3D(scoped_refptr<gfx::GLSurface> surface) { |
if (!gfx::GLSurface::InitializeOneOff()) |
return scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>(); |
- const char* allowed_extensions = "*"; |
const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; |
WebKit::WebGraphicsContext3D::Attributes attributes; |
@@ -48,7 +47,6 @@ CreateWebGraphicsContext3D(scoped_refptr<gfx::GLSurface> surface) { |
scoped_ptr<gpu::GLInProcessContext> context( |
gpu::GLInProcessContext::CreateWithSurface(surface, |
attributes.shareResources, |
- allowed_extensions, |
in_process_attribs, |
gpu_preference)); |