| Index: ui/gfx/gl/gl_surface_egl.cc
|
| diff --git a/ui/gfx/gl/gl_surface_egl.cc b/ui/gfx/gl/gl_surface_egl.cc
|
| index 438164da39e2c41952283a71db16b41c38f5b04e..7f4fb369bb800f737c76582b0a3a9a234ce6fbba 100644
|
| --- a/ui/gfx/gl/gl_surface_egl.cc
|
| +++ b/ui/gfx/gl/gl_surface_egl.cc
|
| @@ -179,7 +179,7 @@ EGLNativeDisplayType GLSurfaceEGL::GetNativeDisplay() {
|
| }
|
|
|
| NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(bool software,
|
| - gfx::PluginWindowHandle window)
|
| + gfx::AcceleratedWidget window)
|
| : window_(window),
|
| surface_(NULL),
|
| supports_post_sub_buffer_(false)
|
|
|