| Index: ui/gfx/gl/gl_surface_android.cc
|
| diff --git a/ui/gfx/gl/gl_surface_android.cc b/ui/gfx/gl/gl_surface_android.cc
|
| index 7c7dbca687c0cc377785bd21909b9e4ce3e8c7fc..fcb132ddd981291826857c381b439c7a590f69c2 100644
|
| --- a/ui/gfx/gl/gl_surface_android.cc
|
| +++ b/ui/gfx/gl/gl_surface_android.cc
|
| @@ -38,7 +38,7 @@ bool GLSurface::InitializeOneOffInternal() {
|
| }
|
| // static
|
| scoped_refptr<GLSurface>
|
| -GLSurface::CreateViewGLSurface(bool software, gfx::PluginWindowHandle window) {
|
| +GLSurface::CreateViewGLSurface(bool software, gfx::AcceleratedWidget window) {
|
| if (software)
|
| return NULL;
|
|
|
|
|