diff options
Diffstat (limited to 'ui/gfx/gl/gl_surface.h')
-rw-r--r-- | ui/gfx/gl/gl_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface.h b/ui/gfx/gl/gl_surface.h index a42afab..ca2b8df 100644 --- a/ui/gfx/gl/gl_surface.h +++ b/ui/gfx/gl/gl_surface.h @@ -92,7 +92,7 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> { // Create a GL surface that renders directly to a view. static scoped_refptr<GLSurface> CreateViewGLSurface( bool software, - gfx::PluginWindowHandle window); + gfx::AcceleratedWidget window); // Create a GL surface used for offscreen rendering. static scoped_refptr<GLSurface> CreateOffscreenGLSurface( |