| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index f0b482cc5cbffdb7754d55fbeabb356bb809b6a4..b6f1e17ba6da811e7c0a1262ee3e1d9be78a155a 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -431,7 +431,7 @@ class CC_EXPORT LayerImpl {
|
| void AddDamageRect(const gfx::Rect& damage_rect);
|
| const gfx::Rect& damage_rect() const { return damage_rect_; }
|
|
|
| - virtual base::DictionaryValue* LayerTreeAsJson() const;
|
| + virtual std::unique_ptr<base::DictionaryValue> LayerTreeAsJson() const;
|
|
|
| bool LayerPropertyChanged() const;
|
|
|
|
|