| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 0759425d0d0ae8985b4b6be6e38d824d7c180a26..36d76019764d3d22f496c0021b2b4cc3d081cc52 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -941,7 +941,7 @@ void LayerTreeImpl::GetAllTilesForTracing(std::set<const Tile*>* tiles) const {
|
| }
|
| }
|
|
|
| -void LayerTreeImpl::AsValueInto(base::debug::TracedValue* state) const {
|
| +void LayerTreeImpl::AsValueInto(base::trace_event::TracedValue* state) const {
|
| TracedValue::MakeDictIntoImplicitSnapshot(state, "cc::LayerTreeImpl", this);
|
| state->SetInteger("source_frame_number", source_frame_number_);
|
|
|
|
|