| Index: cc/paint/drawing_display_item.h
|
| diff --git a/cc/paint/drawing_display_item.h b/cc/paint/drawing_display_item.h
|
| index 56c7b17aef2f41780896d5a51dd904bf9befd9d0..677d0b62af8fcf073d0c1e3d545d3bc1e330950b 100644
|
| --- a/cc/paint/drawing_display_item.h
|
| +++ b/cc/paint/drawing_display_item.h
|
| @@ -22,7 +22,7 @@ class CC_PAINT_EXPORT DrawingDisplayItem : public DisplayItem {
|
| ~DrawingDisplayItem() override;
|
|
|
| size_t ExternalMemoryUsage() const;
|
| - int ApproximateOpCount() const;
|
| + size_t OpCount() const;
|
|
|
| const sk_sp<const PaintRecord> picture;
|
| };
|
|
|