| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index c1ce9df5c0198be46b4ee76cf2a2cda99ffd7367..979d2e02c8c0a96ce4ce13b2de5a5c38f20ba5c3 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -39,7 +39,6 @@
|
| namespace base {
|
| namespace debug {
|
| class ConvertableToTraceFormat;
|
| -class TracedValue;
|
| }
|
|
|
| class DictionaryValue;
|
| @@ -522,8 +521,7 @@
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
|
| virtual void PushPropertiesTo(LayerImpl* layer);
|
|
|
| - virtual void AsValueInto(base::debug::TracedValue* dict) const;
|
| -
|
| + scoped_ptr<base::Value> AsValue() const;
|
| virtual size_t GPUMemoryUsageInBytes() const;
|
|
|
| void SetNeedsPushProperties();
|
| @@ -564,6 +562,8 @@
|
| AppendQuadsData* append_quads_data,
|
| SkColor color,
|
| float width) const;
|
| +
|
| + virtual void AsValueInto(base::DictionaryValue* dict) const;
|
|
|
| void NoteLayerPropertyChanged();
|
| void NoteLayerPropertyChangedForSubtree();
|
|
|