| Index: cc/resources/transform_display_item.h
|
| diff --git a/cc/resources/transform_display_item.h b/cc/resources/transform_display_item.h
|
| index 075c03a7d5e6059947d7cb3b7a394d101401c11c..0e62623686da4f48450f597daf03400b69b56b47 100644
|
| --- a/cc/resources/transform_display_item.h
|
| +++ b/cc/resources/transform_display_item.h
|
| @@ -29,6 +29,7 @@ class CC_EXPORT TransformDisplayItem : public DisplayItem {
|
| bool IsSuitableForGpuRasterization() const override;
|
| int ApproximateOpCount() const override;
|
| size_t PictureMemoryUsage() const override;
|
| + void AsValueInto(base::debug::TracedValue* array) const override;
|
|
|
| protected:
|
| explicit TransformDisplayItem(const gfx::Transform& transform);
|
| @@ -50,6 +51,7 @@ class CC_EXPORT EndTransformDisplayItem : public DisplayItem {
|
| bool IsSuitableForGpuRasterization() const override;
|
| int ApproximateOpCount() const override;
|
| size_t PictureMemoryUsage() const override;
|
| + void AsValueInto(base::debug::TracedValue* array) const override;
|
|
|
| protected:
|
| EndTransformDisplayItem();
|
|
|