| Index: cc/resources/transparency_display_item.h
|
| diff --git a/cc/resources/transparency_display_item.h b/cc/resources/transparency_display_item.h
|
| index 96974069c69ec6ded623405d707466401a5b33fc..d7ae7bee2132893ccdde9f0d2f79550bb8be6579 100644
|
| --- a/cc/resources/transparency_display_item.h
|
| +++ b/cc/resources/transparency_display_item.h
|
| @@ -32,7 +32,7 @@ class CC_EXPORT TransparencyDisplayItem : public DisplayItem {
|
| bool IsSuitableForGpuRasterization() const override;
|
| int ApproximateOpCount() const override;
|
| size_t PictureMemoryUsage() const override;
|
| - void AsValueInto(base::debug::TracedValue* array) const override;
|
| + void AsValueInto(base::trace_event::TracedValue* array) const override;
|
|
|
| protected:
|
| TransparencyDisplayItem(float opacity, SkXfermode::Mode blend_mode);
|
| @@ -55,7 +55,7 @@ class CC_EXPORT EndTransparencyDisplayItem : public DisplayItem {
|
| bool IsSuitableForGpuRasterization() const override;
|
| int ApproximateOpCount() const override;
|
| size_t PictureMemoryUsage() const override;
|
| - void AsValueInto(base::debug::TracedValue* array) const override;
|
| + void AsValueInto(base::trace_event::TracedValue* array) const override;
|
|
|
| protected:
|
| EndTransparencyDisplayItem();
|
|
|