Index: ui/gfx/gl/gl_surface_mac.cc |
diff --git a/ui/gfx/gl/gl_surface_mac.cc b/ui/gfx/gl/gl_surface_mac.cc |
index aeb33666b29d53d4bd4f004c9bb460362592fccb..ce9abcbf46730c3a233ed8ea9093367e7cc57782 100644 |
--- a/ui/gfx/gl/gl_surface_mac.cc |
+++ b/ui/gfx/gl/gl_surface_mac.cc |
@@ -36,7 +36,7 @@ bool GLSurface::InitializeOneOffInternal() { |
scoped_refptr<GLSurface> GLSurface::CreateViewGLSurface( |
bool software, |
- gfx::PluginWindowHandle window) { |
+ gfx::AcceleratedWidget window) { |
#if defined(USE_AURA) |
if (software) |
return NULL; |