| Index: ui/gfx/gl/gl_surface_wgl.cc
|
| diff --git a/ui/gfx/gl/gl_surface_wgl.cc b/ui/gfx/gl/gl_surface_wgl.cc
|
| index f34cf417d42ff80d917486a581fe28f7e61dcd18..21e8b9065d1b724322e345d8000cced18cd2a42f 100644
|
| --- a/ui/gfx/gl/gl_surface_wgl.cc
|
| +++ b/ui/gfx/gl/gl_surface_wgl.cc
|
| @@ -190,7 +190,7 @@ HDC GLSurfaceWGL::GetDisplayDC() {
|
| return g_display->device_context();
|
| }
|
|
|
| -NativeViewGLSurfaceWGL::NativeViewGLSurfaceWGL(gfx::PluginWindowHandle window)
|
| +NativeViewGLSurfaceWGL::NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window)
|
| : window_(window),
|
| child_window_(NULL),
|
| device_context_(NULL) {
|
|
|