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

Unified Diff: ui/gfx/gl/gl_surface_wgl.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_nsview.mm ('k') | ui/gfx/gl/gl_surface_wgl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/gfx/gl/gl_surface_nsview.mm ('k') | ui/gfx/gl/gl_surface_wgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698