Index: cc/resources/clip_path_display_item.cc |
diff --git a/cc/resources/clip_path_display_item.cc b/cc/resources/clip_path_display_item.cc |
index 1600e5511048b0790964763575dd6fc4e1ac0552..275a7effd7b16d808835b7c1fe335bbb06e5f30e 100644 |
--- a/cc/resources/clip_path_display_item.cc |
+++ b/cc/resources/clip_path_display_item.cc |
@@ -38,7 +38,8 @@ size_t ClipPathDisplayItem::PictureMemoryUsage() const { |
return total_size; |
} |
-void ClipPathDisplayItem::AsValueInto(base::debug::TracedValue* array) const { |
+void ClipPathDisplayItem::AsValueInto( |
+ base::trace_event::TracedValue* array) const { |
array->AppendString(base::StringPrintf("ClipPathDisplayItem length: %d", |
clip_path_.countPoints())); |
} |
@@ -67,7 +68,7 @@ size_t EndClipPathDisplayItem::PictureMemoryUsage() const { |
} |
void EndClipPathDisplayItem::AsValueInto( |
- base::debug::TracedValue* array) const { |
+ base::trace_event::TracedValue* array) const { |
array->AppendString("EndClipPathDisplayItem"); |
} |