| Index: cc/paint/paint_op_buffer.h
|
| diff --git a/cc/paint/paint_op_buffer.h b/cc/paint/paint_op_buffer.h
|
| index 900eaf1e1d3817819a8a3cbdd534c6bb681a59d5..c3ed74b8db09853d67331e32b8e80ffa66605d60 100644
|
| --- a/cc/paint/paint_op_buffer.h
|
| +++ b/cc/paint/paint_op_buffer.h
|
| @@ -375,7 +375,7 @@ struct CC_PAINT_EXPORT DrawDisplayItemListOp final : PaintOp {
|
| const SkMatrix& original_ctm);
|
| size_t AdditionalBytesUsed() const;
|
| bool HasDiscardableImages() const;
|
| - // TODO(enne): DisplayItemList should know number of slow paths.
|
| + int CountSlowPaths() const;
|
|
|
| scoped_refptr<DisplayItemList> list;
|
| };
|
|
|