Chromium Code Reviews| 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..a9408f2644a09bf6baaf3489b6d1b24b74f87405 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("set_source_frame_number", source_frame_number_); |
|
danakj
2014/08/22 23:09:32
why set_?
|
| state->BeginDictionary("root_layer"); |
| root_layer_->AsValueInto(state); |