Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: ui/gfx/gl/gl_surface_nsview.h

Issue 9160012: Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops mac Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/gl/gl_surface_mac.cc ('k') | ui/gfx/gl/gl_surface_nsview.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/gfx/gl/gl_surface_mac.cc ('k') | ui/gfx/gl/gl_surface_nsview.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698