| Index: ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.cc b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| index 467cec52f8162bbc746f158f562e1990dc54716a..57d3549a261ba441cbc65395ae023369d5692126 100644
|
| --- a/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| +++ b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| @@ -180,14 +180,6 @@ class SurfaceOzoneEgltest : public SurfaceOzoneEGL {
|
| return scoped_ptr<gfx::VSyncProvider>();
|
| }
|
|
|
| - virtual bool ScheduleOverlayPlane(int plane_z_order,
|
| - gfx::OverlayTransform plane_transform,
|
| - scoped_refptr<ui::NativePixmap> buffer,
|
| - const gfx::Rect& display_bounds,
|
| - const gfx::RectF& crop_rect) OVERRIDE {
|
| - return false;
|
| - }
|
| -
|
| private:
|
| LibeglplatformShimLoader* eglplatform_shim_;
|
| intptr_t native_window_;
|
|
|