Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index da0831528b79c30fb0341153cd79d7edb3103b54..a312cf5806d26a0fbab67d5db543d7816ed6713d 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -217,7 +217,8 @@ bool GLSurface::ScheduleCALayer(gl::GLImage* contents_image, |
| bool is_clipped, |
| const RectF& clip_rect, |
| const Transform& transform, |
| - int sorting_content_id) { |
| + int sorting_content_id, |
| + unsigned filter) { |
| NOTIMPLEMENTED(); |
| return false; |
| } |