| Index: cc/layers/nine_patch_layer_impl.cc
|
| diff --git a/cc/layers/nine_patch_layer_impl.cc b/cc/layers/nine_patch_layer_impl.cc
|
| index c81a7caec8d07cce879af40e487312f05751c51e..f0ea3956fb8ab337d6c0a37e1f235171063013ef 100644
|
| --- a/cc/layers/nine_patch_layer_impl.cc
|
| +++ b/cc/layers/nine_patch_layer_impl.cc
|
| @@ -350,8 +350,7 @@ const char* NinePatchLayerImpl::LayerTypeAsString() const {
|
| return "cc::NinePatchLayerImpl";
|
| }
|
|
|
| -std::unique_ptr<base::DictionaryValue> NinePatchLayerImpl::LayerTreeAsJson()
|
| - const {
|
| +std::unique_ptr<base::DictionaryValue> NinePatchLayerImpl::LayerTreeAsJson() {
|
| std::unique_ptr<base::DictionaryValue> result = LayerImpl::LayerTreeAsJson();
|
|
|
| base::ListValue* list = new base::ListValue;
|
|
|