| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 1af7727bbc02cd8287440d3fb2c581c4b6560ec8..5b39eb0e36262c2299be2fd73522def8ab8c897c 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -1415,6 +1415,8 @@ void LayerImpl::AsValueInto(base::debug::TracedValue* state) const {
|
| MathUtil::AddToTracedValue(bounds_, state);
|
| state->EndDictionary();
|
|
|
| + state->SetDouble("opacity", opacity());
|
| +
|
| state->BeginArray("position");
|
| MathUtil::AddToTracedValue(position_, state);
|
| state->EndArray();
|
|
|