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

Unified Diff: ui/gfx/gl/gl_context_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/compositor/compositor.cc ('k') | ui/gfx/gl/gl_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_context_nsview.mm
diff --git a/ui/gfx/gl/gl_context_nsview.mm b/ui/gfx/gl/gl_context_nsview.mm
index c6d9a9708562dcf9186d951781acf6a8f04d2e79..533acd0a6db54e0fa52f0e195ba282ddd74d26f0 100644
--- a/ui/gfx/gl/gl_context_nsview.mm
+++ b/ui/gfx/gl/gl_context_nsview.mm
@@ -54,8 +54,8 @@ void GLContextNSView::Destroy() {
}
bool GLContextNSView::MakeCurrent(GLSurface* surface) {
- PluginWindowHandle view =
- static_cast<PluginWindowHandle>(surface->GetHandle());
+ AcceleratedWidget view =
+ static_cast<AcceleratedWidget>(surface->GetHandle());
// Only set the context's view if the view is parented.
// I.e. it is a valid drawable.
if ([view window])
« no previous file with comments | « ui/gfx/compositor/compositor.cc ('k') | ui/gfx/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698