| Index: cc/paint/paint_op_buffer.cc
|
| diff --git a/cc/paint/paint_op_buffer.cc b/cc/paint/paint_op_buffer.cc
|
| index e7d825958426945c4d708811930ac9a633c4bbb2..f287707505435bbd09d27f8f50c178354a35c7f3 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;
|
|
|