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

Unified Diff: ui/gfx/gl/gl_surface_egl.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_android.cc ('k') | ui/gfx/gl/gl_surface_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_surface_egl.h
diff --git a/ui/gfx/gl/gl_surface_egl.h b/ui/gfx/gl/gl_surface_egl.h
index aff6b315ff0a568668fff2946795943cb4e36b17..2be03c269372fd5b676b4c2f6ab2250be422a317 100644
--- a/ui/gfx/gl/gl_surface_egl.h
+++ b/ui/gfx/gl/gl_surface_egl.h
@@ -56,7 +56,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
// Encapsulates an EGL surface bound to a view.
class NativeViewGLSurfaceEGL : public GLSurfaceEGL {
public:
- NativeViewGLSurfaceEGL(bool software, gfx::PluginWindowHandle window);
+ NativeViewGLSurfaceEGL(bool software, gfx::AcceleratedWidget window);
virtual ~NativeViewGLSurfaceEGL();
// Implement GLSurface.
@@ -73,7 +73,7 @@ class NativeViewGLSurfaceEGL : public GLSurfaceEGL {
void SetHandle(EGLSurface surface);
private:
- gfx::PluginWindowHandle window_;
+ gfx::AcceleratedWidget window_;
EGLSurface surface_;
bool supports_post_sub_buffer_;
« no previous file with comments | « ui/gfx/gl/gl_surface_android.cc ('k') | ui/gfx/gl/gl_surface_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698