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

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

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_nsview.h ('k') | ui/gfx/gl/gl_surface_wgl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_surface_nsview.mm
diff --git a/ui/gfx/gl/gl_surface_nsview.mm b/ui/gfx/gl/gl_surface_nsview.mm
index e03cb3bbf41f775bab286959841947b0aabc20ac..ce4b345c88c2598ac0c6a4f2eb71eaa14d1df5d3 100644
--- a/ui/gfx/gl/gl_surface_nsview.mm
+++ b/ui/gfx/gl/gl_surface_nsview.mm
@@ -11,7 +11,7 @@
namespace gfx {
-GLSurfaceNSView::GLSurfaceNSView(PluginWindowHandle view)
+GLSurfaceNSView::GLSurfaceNSView(AcceleratedWidget view)
: view_(view),
context_(NULL) {
}
« no previous file with comments | « ui/gfx/gl/gl_surface_nsview.h ('k') | ui/gfx/gl/gl_surface_wgl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698