| 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 70a81ad7d57587ff4b105949b485678e6c5b18ba..49a3cd10e3b8fc66095f0ff2a9c137eacdb90925 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -50,8 +50,8 @@ const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties(
|
| scoped_refptr<ui::NativePixmap> SurfaceFactoryOzone::CreateNativePixmap(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
| - BufferFormat format,
|
| - BufferUsage usage) {
|
| + NativePixmapFormat format,
|
| + NativePixmapUsage usage) {
|
| return NULL;
|
| }
|
|
|
| @@ -59,8 +59,4 @@ bool SurfaceFactoryOzone::CanShowPrimaryPlaneAsOverlay() {
|
| return false;
|
| }
|
|
|
| -bool SurfaceFactoryOzone::CanCreateNativePixmap(BufferUsage usage) {
|
| - return false;
|
| -}
|
| -
|
| } // namespace ui
|
|
|