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

Unified Diff: ui/ozone/platform/cast/gl_surface_cast.h

Issue 2723583003: Convert Ozone cast to use GLOzone API. (Closed)
Patch Set: . Created 3 years, 10 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/ozone/platform/cast/gl_ozone_egl_cast.cc ('k') | ui/ozone/platform/cast/gl_surface_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/gl_surface_cast.h
diff --git a/ui/ozone/platform/cast/gl_surface_cast.h b/ui/ozone/platform/cast/gl_surface_cast.h
index 9d37f9d08af733d7f5e71417c4c83e92da9eb064..2fb3fe98fcb5077db8bf88cc46c6ede57903b6e7 100644
--- a/ui/ozone/platform/cast/gl_surface_cast.h
+++ b/ui/ozone/platform/cast/gl_surface_cast.h
@@ -15,11 +15,11 @@
namespace ui {
-class SurfaceFactoryCast;
+class GLOzoneEglCast;
class GLSurfaceCast : public gl::NativeViewGLSurfaceEGL {
public:
- GLSurfaceCast(gfx::AcceleratedWidget widget, SurfaceFactoryCast* parent);
+ GLSurfaceCast(gfx::AcceleratedWidget widget, GLOzoneEglCast* parent);
// gl::GLSurface:
bool SupportsSwapBuffersWithBounds() override;
@@ -40,7 +40,7 @@ class GLSurfaceCast : public gl::NativeViewGLSurfaceEGL {
~GLSurfaceCast() override;
gfx::AcceleratedWidget widget_;
- SurfaceFactoryCast* parent_;
+ GLOzoneEglCast* parent_;
bool supports_swap_buffer_with_bounds_;
private:
« no previous file with comments | « ui/ozone/platform/cast/gl_ozone_egl_cast.cc ('k') | ui/ozone/platform/cast/gl_surface_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698