| Index: cc/layers/tiled_layer_impl.cc
|
| diff --git a/cc/layers/tiled_layer_impl.cc b/cc/layers/tiled_layer_impl.cc
|
| index 535744d51293a8b9a637be2a0b9b7cf7a2982cce..560b00e5deda9ec79a63c22f853844baba46ad94 100644
|
| --- a/cc/layers/tiled_layer_impl.cc
|
| +++ b/cc/layers/tiled_layer_impl.cc
|
| @@ -113,7 +113,7 @@ scoped_ptr<LayerImpl> TiledLayerImpl::CreateLayerImpl(
|
| return TiledLayerImpl::Create(tree_impl, id(), synced_scroll_offset());
|
| }
|
|
|
| -void TiledLayerImpl::AsValueInto(base::debug::TracedValue* state) const {
|
| +void TiledLayerImpl::AsValueInto(base::trace_event::TracedValue* state) const {
|
| LayerImpl::AsValueInto(state);
|
| MathUtil::AddToTracedValue("invalidation", update_rect(), state);
|
| }
|
|
|