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 54ea1814a4fd417e2a12c2316b858be993e6cab1..2d37659723c94ce7d79dffa65acedf8b6c24f7b1 100644 |
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc |
@@ -36,7 +36,7 @@ CreateWebGraphicsContext3D(scoped_refptr<gfx::GLSurface> surface) { |
const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu; |
- WebKit::WebGraphicsContext3D::Attributes attributes; |
+ blink::WebGraphicsContext3D::Attributes attributes; |
attributes.antialias = false; |
attributes.shareResources = true; |
attributes.noAutomaticFlushes = true; |