| Index: cc/paint/paint_op_buffer.cc
|
| diff --git a/cc/paint/paint_op_buffer.cc b/cc/paint/paint_op_buffer.cc
|
| index a50c0cf38e23440424f4280604717601e719775d..3d1ce30b78bdec2516edb95d5849bd49c6e06440 100644
|
| --- a/cc/paint/paint_op_buffer.cc
|
| +++ b/cc/paint/paint_op_buffer.cc
|
| @@ -454,6 +454,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;
|
|
|