| Index: ui/gl/gl_surface.h
|
| diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h
|
| index 1f4bfbba4ed9890b5b775fadcf801884990892b9..47c7ee3448391dec30758e0e307df72e4d96fd50 100644
|
| --- a/ui/gl/gl_surface.h
|
| +++ b/ui/gl/gl_surface.h
|
| @@ -170,7 +170,10 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
|
| const RectF& contents_rect,
|
| float opacity,
|
| unsigned background_color,
|
| - const SizeF& size,
|
| + unsigned edge_aa_mask,
|
| + const RectF& bounds_rect,
|
| + bool is_clipped,
|
| + const RectF& clip_rect,
|
| const Transform& transform);
|
|
|
| virtual bool IsSurfaceless() const;
|
|
|