Index: ui/gfx/gl/gl_surface_wgl.h |
diff --git a/ui/gfx/gl/gl_surface_wgl.h b/ui/gfx/gl/gl_surface_wgl.h |
index 7a4ed69785d5acc7162b3883e7c48b2861fe7174..405746a9faaa19b6abefdc1487fdb55cb51a853c 100644 |
--- a/ui/gfx/gl/gl_surface_wgl.h |
+++ b/ui/gfx/gl/gl_surface_wgl.h |
@@ -29,7 +29,7 @@ class GLSurfaceWGL : public GLSurface { |
// A surface used to render to a view. |
class NativeViewGLSurfaceWGL : public GLSurfaceWGL { |
public: |
- explicit NativeViewGLSurfaceWGL(gfx::PluginWindowHandle window); |
+ explicit NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window); |
virtual ~NativeViewGLSurfaceWGL(); |
// Implement GLSurface. |
@@ -41,8 +41,8 @@ class NativeViewGLSurfaceWGL : public GLSurfaceWGL { |
virtual void* GetHandle(); |
private: |
- gfx::PluginWindowHandle window_; |
- gfx::PluginWindowHandle child_window_; |
+ gfx::AcceleratedWidget window_; |
+ gfx::AcceleratedWidget child_window_; |
HDC device_context_; |
DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceWGL); |