| 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 dac23f53be17dfbe2d6e099f6a3cb49e1fafb4fd..e6fd1a359fcf52704b1d132fe9cea3d62936e34c 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -63,6 +63,16 @@ scoped_refptr<ui::NativePixmap> SurfaceFactoryOzone::CreateNativePixmap(
|
| return NULL;
|
| }
|
|
|
| +bool SurfaceFactoryOzone::ScheduleOverlayPlane(
|
| + gfx::AcceleratedWidget widget,
|
| + int plane_z_order,
|
| + gfx::OverlayTransform plane_transform,
|
| + scoped_refptr<NativePixmap> buffer,
|
| + const gfx::Rect& display_bounds,
|
| + const gfx::RectF& crop_rect) {
|
| + return false;
|
| +}
|
| +
|
| bool SurfaceFactoryOzone::CanShowPrimaryPlaneAsOverlay() {
|
| return false;
|
| }
|
|
|