| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index 3a0753f5da627c156836ea8d7a77240927261e75..257610a9be2e3ab6caa1d93a67b8d0a30b6ab25d 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -1180,7 +1180,8 @@ void PictureLayerImpl::GetAllTilesForTracing(
|
| tilings_->GetAllTilesForTracing(tiles);
|
| }
|
|
|
| -void PictureLayerImpl::AsValueInto(base::debug::TracedValue* state) const {
|
| +void PictureLayerImpl::AsValueInto(
|
| + base::trace_event::TracedValue* state) const {
|
| LayerImpl::AsValueInto(state);
|
| state->SetDouble("ideal_contents_scale", ideal_contents_scale_);
|
| state->SetDouble("geometry_contents_scale", MaximumTilingContentsScale());
|
|
|