| Index: cc/resources/float_clip_display_item.cc
|
| diff --git a/cc/resources/float_clip_display_item.cc b/cc/resources/float_clip_display_item.cc
|
| index 0cfe4635286da2fbe74773f96e9a3ef143ee0f2f..ba98fe5bdc0a44b09bf6d798a9cf8555976b9b25 100644
|
| --- a/cc/resources/float_clip_display_item.cc
|
| +++ b/cc/resources/float_clip_display_item.cc
|
| @@ -36,7 +36,8 @@ size_t FloatClipDisplayItem::PictureMemoryUsage() const {
|
| return sizeof(gfx::RectF);
|
| }
|
|
|
| -void FloatClipDisplayItem::AsValueInto(base::debug::TracedValue* array) const {
|
| +void FloatClipDisplayItem::AsValueInto(
|
| + base::trace_event::TracedValue* array) const {
|
| array->AppendString(base::StringPrintf("FloatClipDisplayItem rect: [%s]",
|
| clip_rect_.ToString().c_str()));
|
| }
|
| @@ -65,7 +66,7 @@ size_t EndFloatClipDisplayItem::PictureMemoryUsage() const {
|
| }
|
|
|
| void EndFloatClipDisplayItem::AsValueInto(
|
| - base::debug::TracedValue* array) const {
|
| + base::trace_event::TracedValue* array) const {
|
| array->AppendString("EndFloatClipDisplayItem");
|
| }
|
|
|
|
|