| Index: trunk/src/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| ===================================================================
|
| --- trunk/src/ui/ozone/platform/egltest/ozone_platform_egltest.cc (revision 288142)
|
| +++ trunk/src/ui/ozone/platform/egltest/ozone_platform_egltest.cc (working copy)
|
| @@ -180,6 +180,14 @@
|
| 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_;
|
|
|