| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 0b9b880c2ba3b82c0663007549af7d58fec36ee3..0613d6cc7f2464e15cef81077089fbdfd34458f3 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -819,6 +819,7 @@ AnimationRegistrar* LayerTreeImpl::animationRegistrar() const {
|
|
|
| void LayerTreeImpl::AsValueInto(base::debug::TracedValue* state) const {
|
| TracedValue::MakeDictIntoImplicitSnapshot(state, "cc::LayerTreeImpl", this);
|
| + state->SetInteger("source_frame_number", source_frame_number_);
|
|
|
| state->BeginDictionary("root_layer");
|
| root_layer_->AsValueInto(state);
|
|
|