Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index d7a618a77cabf3135562d7c8985b2983f9a88e8c..2fa5b5880831ba9610aa7f35af5019d232ec4a0b 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -257,7 +257,7 @@ class CC_EXPORT LayerTreeHost { |
} |
// Obtains a thorough dump of the LayerTreeHost as a value. |
- scoped_ptr<base::Value> AsValue() const; |
+ void AsValueInto(base::debug::TracedValue* value) const; |
bool in_paint_layer_contents() const { return in_paint_layer_contents_; } |