| Index: ui/ozone/public/surface_factory_ozone.cc
|
| diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
|
| index 70782bb4497d1f1da38ed8790131d0cb1554fef8..76050437e0a463907268c56a365a3fb14e58f103 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -24,7 +24,7 @@ intptr_t SurfaceFactoryOzone::GetNativeDisplay() {
|
| }
|
|
|
| bool SurfaceFactoryOzone::UseNewSurfaceAPI() {
|
| - return false;
|
| + return true;
|
| }
|
|
|
| scoped_refptr<gl::GLSurface> SurfaceFactoryOzone::CreateViewGLSurface(
|
|
|