| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index e677f890f0d97d6a6c79dbf1c9d12d34d748a39f..840a4fa1cff3a031b766045a25b2a1c9a230d83f 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -272,9 +272,6 @@ class CC_EXPORT LayerTreeHost {
|
| return animation_registrar_.get();
|
| }
|
|
|
| - // Obtains a thorough dump of the LayerTreeHost as a value.
|
| - void AsValueInto(base::trace_event::TracedValue* value) const;
|
| -
|
| bool in_paint_layer_contents() const { return in_paint_layer_contents_; }
|
|
|
| // CreateUIResource creates a resource given a bitmap. The bitmap is
|
|
|