| Index: ui/ozone/platform/cast/gl_surface_cast.cc
|
| diff --git a/ui/ozone/platform/cast/gl_surface_cast.cc b/ui/ozone/platform/cast/gl_surface_cast.cc
|
| index 180ac593ce9e579c311be5c18bf4c5bf2c6e4600..5f50ee8a690ac74cbccd3595897f8038940b5734 100644
|
| --- a/ui/ozone/platform/cast/gl_surface_cast.cc
|
| +++ b/ui/ozone/platform/cast/gl_surface_cast.cc
|
| @@ -5,12 +5,12 @@
|
| #include "ui/ozone/platform/cast/gl_surface_cast.h"
|
|
|
| #include "ui/ozone/common/egl_util.h"
|
| -#include "ui/ozone/platform/cast/surface_factory_cast.h"
|
| +#include "ui/ozone/platform/cast/gl_ozone_egl_cast.h"
|
|
|
| namespace ui {
|
|
|
| GLSurfaceCast::GLSurfaceCast(gfx::AcceleratedWidget widget,
|
| - SurfaceFactoryCast* parent)
|
| + GLOzoneEglCast* parent)
|
| : NativeViewGLSurfaceEGL(parent->GetNativeWindow()),
|
| widget_(widget),
|
| parent_(parent),
|
|
|