| Index: cc/paint/paint_op_buffer.h
|
| diff --git a/cc/paint/paint_op_buffer.h b/cc/paint/paint_op_buffer.h
|
| index bcc0c809964948ff2a01d000ed3a48018f6e598b..1f06d640e26d641c4d188fd13a21a6e23476569b 100644
|
| --- a/cc/paint/paint_op_buffer.h
|
| +++ b/cc/paint/paint_op_buffer.h
|
| @@ -86,7 +86,9 @@ struct CC_PAINT_EXPORT PaintOp {
|
| bool IsDrawOp() const;
|
|
|
| // Only valid for draw ops.
|
| - void RasterWithAlpha(SkCanvas* canvas, uint8_t alpha) const;
|
| + void RasterWithAlpha(SkCanvas* canvas,
|
| + const SkRect& bounds,
|
| + uint8_t alpha) const;
|
|
|
| int CountSlowPaths() const { return 0; }
|
| int CountSlowPathsFromFlags() const { return 0; }
|
|
|