| 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:
|
|
|