| Index: cc/paint/paint_op_buffer.h
|
| diff --git a/cc/paint/paint_op_buffer.h b/cc/paint/paint_op_buffer.h
|
| index 0ce65a598a560a2f0d91a592f0c23d0ea1fc9621..9a1526ac7cac783fac810e9085a9238314b9643f 100644
|
| --- a/cc/paint/paint_op_buffer.h
|
| +++ b/cc/paint/paint_op_buffer.h
|
| @@ -572,6 +572,7 @@ struct CC_PAINT_EXPORT DrawRecordOp final : PaintOp {
|
| const SkMatrix& original_ctm);
|
| size_t AdditionalBytesUsed() const;
|
| bool HasDiscardableImages() const;
|
| + int CountSlowPaths() const;
|
|
|
| sk_sp<const PaintRecord> record;
|
| };
|
|
|