Chromium Code Reviews| Index: cc/layers/layer_impl.cc |
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
| index 29fc3a33d95a6550b0ee88106773e6cc7a8c4d05..13b9931f8434c150b613917ea7e30fc92b76ad14 100644 |
| --- a/cc/layers/layer_impl.cc |
| +++ b/cc/layers/layer_impl.cc |
| @@ -656,6 +656,8 @@ gfx::Vector2dF LayerImpl::FixedContainerSizeDelta() const { |
| base::DictionaryValue* LayerImpl::LayerTreeAsJson() const { |
| base::DictionaryValue* result = new base::DictionaryValue; |
| + result->SetString("Layer", base::StringPrintf("%p", this)); |
|
danakj
2015/05/13 16:50:04
What does the pointer do for you that the id doesn
|
| + result->SetInteger("LayerId", id()); |
| result->SetString("LayerType", LayerTypeAsString()); |
| base::ListValue* list = new base::ListValue; |