| Index: cc/resources/drawing_display_item.h
|
| diff --git a/cc/resources/drawing_display_item.h b/cc/resources/drawing_display_item.h
|
| index b55e4426a507b4726bcc343e2ccbc70ae8ade6fd..49aa7622be3ce56a29ab4074a0f8ededd4d57619 100644
|
| --- a/cc/resources/drawing_display_item.h
|
| +++ b/cc/resources/drawing_display_item.h
|
| @@ -32,6 +32,7 @@ class CC_EXPORT DrawingDisplayItem : public DisplayItem {
|
| bool IsSuitableForGpuRasterization() const override;
|
| int ApproximateOpCount() const override;
|
| size_t PictureMemoryUsage() const override;
|
| + void AsValueInto(base::debug::TracedValue* array) const override;
|
|
|
| protected:
|
| DrawingDisplayItem(skia::RefPtr<SkPicture> picture, gfx::PointF location);
|
|
|