| Index: ui/ozone/platform/cast/surface_factory_cast.cc
|
| diff --git a/ui/ozone/platform/cast/surface_factory_cast.cc b/ui/ozone/platform/cast/surface_factory_cast.cc
|
| index e6c06c1419a05a69941dd0c2fdb594e17499b72a..7074271ad64790cd2b472281f6014d0bf35dd0d6 100644
|
| --- a/ui/ozone/platform/cast/surface_factory_cast.cc
|
| +++ b/ui/ozone/platform/cast/surface_factory_cast.cc
|
| @@ -167,10 +167,6 @@ void SurfaceFactoryCast::OnOverlayScheduled(const gfx::Rect& display_bounds) {
|
| overlay_bounds_ = display_bounds;
|
| }
|
|
|
| -bool SurfaceFactoryCast::UseNewSurfaceAPI() {
|
| - return true;
|
| -}
|
| -
|
| scoped_refptr<gl::GLSurface> SurfaceFactoryCast::CreateViewGLSurface(
|
| gl::GLImplementation implementation,
|
| gfx::AcceleratedWidget widget) {
|
|
|