summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_surface_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_surface_android.cc')
-rw-r--r--chromium/ui/gl/gl_surface_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/gl/gl_surface_android.cc b/chromium/ui/gl/gl_surface_android.cc
index 4bd113b2b32..1486ec4583d 100644
--- a/chromium/ui/gl/gl_surface_android.cc
+++ b/chromium/ui/gl/gl_surface_android.cc
@@ -59,7 +59,7 @@ scoped_refptr<GLSurface> GLSurface::CreateOffscreenGLSurface(
switch (GetGLImplementation()) {
case kGLImplementationOSMesaGL: {
scoped_refptr<GLSurface> surface(
- new GLSurfaceOSMesa(OSMesaSurfaceFormatBGRA, size));
+ new GLSurfaceOSMesa(SURFACE_OSMESA_BGRA, size));
if (!surface->Initialize())
return NULL;