| Index: ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc b/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
|
| index 16330008157a807e503371479c7f8541aa152f11..df62b30169fdf6f28fc680993af9eaae5b31e60d 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
|
| @@ -54,10 +54,6 @@ GbmSurfaceless* GbmSurfaceFactory::GetSurface(
|
| return it->second;
|
| }
|
|
|
| -bool GbmSurfaceFactory::UseNewSurfaceAPI() {
|
| - return true;
|
| -}
|
| -
|
| scoped_refptr<gl::GLSurface> GbmSurfaceFactory::CreateViewGLSurface(
|
| gl::GLImplementation implementation,
|
| gfx::AcceleratedWidget widget) {
|
|
|