| Index: cc/resources/display_list_raster_source.cc
|
| diff --git a/cc/resources/display_list_raster_source.cc b/cc/resources/display_list_raster_source.cc
|
| index 8ae29181b516357bde0e0bceb785589366864ef3..e4cd6f3a323f43b098ed56b765244cc8748dc410 100644
|
| --- a/cc/resources/display_list_raster_source.cc
|
| +++ b/cc/resources/display_list_raster_source.cc
|
| @@ -191,7 +191,7 @@ bool DisplayListRasterSource::ShouldAttemptToUseDistanceFieldText() const {
|
| }
|
|
|
| void DisplayListRasterSource::AsValueInto(
|
| - base::debug::TracedValue* array) const {
|
| + base::trace_event::TracedValue* array) const {
|
| if (display_list_.get())
|
| TracedValue::AppendIDRef(display_list_.get(), array);
|
| }
|
|
|