| Index: trunk/src/ui/ozone/public/surface_factory_ozone.cc
|
| ===================================================================
|
| --- trunk/src/ui/ozone/public/surface_factory_ozone.cc (revision 288142)
|
| +++ trunk/src/ui/ozone/public/surface_factory_ozone.cc (working copy)
|
| @@ -63,16 +63,6 @@
|
| 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;
|
| }
|
|
|