| Index: cc/paint/paint_op_buffer.cc
|
| diff --git a/cc/paint/paint_op_buffer.cc b/cc/paint/paint_op_buffer.cc
|
| index d75981cfcbc661dcf3c03510d596961ef650116d..7c0b8d96e831e123ff969cc7700c55cfe408b4ee 100644
|
| --- a/cc/paint/paint_op_buffer.cc
|
| +++ b/cc/paint/paint_op_buffer.cc
|
| @@ -488,6 +488,10 @@ int DrawPathOp::CountSlowPaths() const {
|
| }
|
| }
|
|
|
| +int DrawRecordOp::CountSlowPaths() const {
|
| + return record->numSlowPaths();
|
| +}
|
| +
|
| AnnotateOp::AnnotateOp(PaintCanvas::AnnotationType annotation_type,
|
| const SkRect& rect,
|
| sk_sp<SkData> data)
|
|
|