| Index: cc/paint/paint_op_buffer.cc
|
| diff --git a/cc/paint/paint_op_buffer.cc b/cc/paint/paint_op_buffer.cc
|
| index 8517ba3b6f6276b94b555e2f0c67ea43d767cb7a..67c5bfc89f0584be4f56842d69b6c2891eba3e78 100644
|
| --- a/cc/paint/paint_op_buffer.cc
|
| +++ b/cc/paint/paint_op_buffer.cc
|
| @@ -453,6 +453,10 @@ int ClipPathOp::CountSlowPaths() const {
|
| return antialias && !path.isConvex() ? 1 : 0;
|
| }
|
|
|
| +int DrawDisplayItemListOp::CountSlowPaths() const {
|
| + return list->NumSlowPaths();
|
| +}
|
| +
|
| int DrawLineOp::CountSlowPaths() const {
|
| if (const SkPathEffect* effect = flags.getPathEffect()) {
|
| SkPathEffect::DashInfo info;
|
|
|