| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index b69e93bfe964af2ccb2bb11080389ba2d6bd7845..ddf7d9addc801555063355d24ebc273cf00b81c2 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -204,8 +204,11 @@ bool GLSurface::ScheduleCALayer(gl::GLImage* contents_image,
|
| const RectF& contents_rect,
|
| float opacity,
|
| unsigned background_color,
|
| - const SizeF& bounds_size,
|
| - const gfx::Transform& transform) {
|
| + unsigned edge_aa_mask,
|
| + const RectF& bounds_rect,
|
| + bool is_clipped,
|
| + const RectF& clip_rect,
|
| + const Transform& transform) {
|
| NOTIMPLEMENTED();
|
| return false;
|
| }
|
|
|