| Index: ui/gfx/gl/gl_surface_nsview.h
|
| diff --git a/ui/gfx/gl/gl_surface_nsview.h b/ui/gfx/gl/gl_surface_nsview.h
|
| index a53eaf17c90dd8ee411177a0d70aff0be0707e3d..bc11591af0ab22c607136094d85c28eb5293e2ea 100644
|
| --- a/ui/gfx/gl/gl_surface_nsview.h
|
| +++ b/ui/gfx/gl/gl_surface_nsview.h
|
| @@ -18,7 +18,7 @@ class GLContextNSView;
|
| // class, and the NSView is expected to use this context for drawing.
|
| class GLSurfaceNSView : public GLSurface {
|
| public:
|
| - explicit GLSurfaceNSView(PluginWindowHandle view);
|
| + explicit GLSurfaceNSView(AcceleratedWidget view);
|
| virtual ~GLSurfaceNSView();
|
|
|
| // GLSurface:
|
| @@ -33,7 +33,7 @@ class GLSurfaceNSView : public GLSurface {
|
|
|
| private:
|
| // Weak. An |NSView*|.
|
| - PluginWindowHandle view_;
|
| + AcceleratedWidget view_;
|
|
|
| // Weak. Associated context.
|
| GLContextNSView* context_;
|
|
|