| Index: ui/gl/gl_surface_ozone.cc
|
| diff --git a/ui/gl/gl_surface_ozone.cc b/ui/gl/gl_surface_ozone.cc
|
| index a0167510f6fb78a98c46334e02ec8448a2fbcffd..f8d712871b1d04cf0a64cebf5cc132aa6765117a 100644
|
| --- a/ui/gl/gl_surface_ozone.cc
|
| +++ b/ui/gl/gl_surface_ozone.cc
|
| @@ -542,8 +542,8 @@ bool GLSurfaceOzoneSurfacelessSurfaceImpl::CreatePixmaps() {
|
| ui::OzonePlatform::GetInstance()
|
| ->GetSurfaceFactoryOzone()
|
| ->CreateNativePixmap(widget_, GetSize(),
|
| - ui::SurfaceFactoryOzone::BGRA_8888,
|
| - ui::SurfaceFactoryOzone::SCANOUT);
|
| + ui::PIXMAP_FORMAT_BGRA_8888,
|
| + ui::PIXMAP_USAGE_SCANOUT);
|
| if (!pixmap)
|
| return false;
|
| scoped_refptr<GLImageOzoneNativePixmap> image =
|
|
|