| Index: ui/gl/gl_image_memory.cc
|
| diff --git a/ui/gl/gl_image_memory.cc b/ui/gl/gl_image_memory.cc
|
| index 5d0f901c812fde7d71819ac47306cbbb75994256..3bc1be9006d434f16f6d4977203ccf7cdeb710ff 100644
|
| --- a/ui/gl/gl_image_memory.cc
|
| +++ b/ui/gl/gl_image_memory.cc
|
| @@ -197,4 +197,11 @@ size_t GLImageMemory::Bytes() const {
|
| return size_.GetArea() * BytesPerPixel(internalformat_);
|
| }
|
|
|
| +bool GLImageMemory::ScheduleOverlayPlane(int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace gfx
|
|
|