| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index 3d2bd24f3d661df702f300b9d1dcd50d2ce3bc11..6794a3131e0816d9d4ce073122dd30ec354518d2 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -137,7 +137,17 @@
|
| return false;
|
| }
|
|
|
| -bool GLSurface::ScheduleCALayer(const ui::CARendererLayerParams& params) {
|
| +bool GLSurface::ScheduleCALayer(GLImage* contents_image,
|
| + const gfx::RectF& contents_rect,
|
| + float opacity,
|
| + unsigned background_color,
|
| + unsigned edge_aa_mask,
|
| + const gfx::RectF& rect,
|
| + bool is_clipped,
|
| + const gfx::RectF& clip_rect,
|
| + const gfx::Transform& transform,
|
| + int sorting_content_id,
|
| + unsigned filter) {
|
| NOTIMPLEMENTED();
|
| return false;
|
| }
|
|
|