Chromium Code Reviews| Index: ui/gl/gl_surface.h |
| diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h |
| index 6fa69478e18270e4f709d0373861b54735337496..64906f663d21a41640f5f7c4f35f6a2487cdbc3b 100644 |
| --- a/ui/gl/gl_surface.h |
| +++ b/ui/gl/gl_surface.h |
| @@ -189,7 +189,8 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> { |
| bool is_clipped, |
| const RectF& clip_rect, |
| const Transform& transform, |
| - int sorting_content_id); |
| + int sorting_content_id, |
| + unsigned filter); |
| virtual bool IsSurfaceless() const; |