Index: ui/ozone/public/surface_ozone_egl.h |
diff --git a/ui/ozone/public/surface_ozone_egl.h b/ui/ozone/public/surface_ozone_egl.h |
index e2c182eb461ebc95b8da560467336f76519c7864..4f38f06b2117c2e2605af9bd2f86d1f4c92a871c 100644 |
--- a/ui/ozone/public/surface_ozone_egl.h |
+++ b/ui/ozone/public/surface_ozone_egl.h |
@@ -44,22 +44,6 @@ class OZONE_BASE_EXPORT SurfaceOzoneEGL { |
// outside of the sandbox, they must have been completed in |
// InitializeHardware. Returns an empty scoped_ptr on error. |
virtual scoped_ptr<gfx::VSyncProvider> CreateVSyncProvider() = 0; |
- |
- // Sets the overlay plane to switch to at the next page flip. |
- // |plane_z_order| specifies the stacking order of the plane relative to the |
- // main framebuffer located at index 0. |
- // |plane_transform| specifies how the buffer is to be transformed during. |
- // composition. |
- // |buffer| to be presented by the overlay. |
- // |display_bounds| specify where it is supposed to be on the screen. |
- // |crop_rect| specifies the region within the buffer to be placed |
- // inside |display_bounds|. This is specified in texture coordinates, in the |
- // range of [0,1]. |
- virtual bool ScheduleOverlayPlane(int plane_z_order, |
- gfx::OverlayTransform plane_transform, |
- scoped_refptr<NativePixmap> buffer, |
- const gfx::Rect& display_bounds, |
- const gfx::RectF& crop_rect) = 0; |
}; |
} // namespace ui |