Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index fa6d63a978dcd91511b5ae2cb610a154c33958d2..e602872ba63921178b883395d16b37c1a33d8120 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -27,12 +27,6 @@ |
}; |
} // namespace BASE_HASH_NAMESPACE |
#endif // COMPILER |
- |
-namespace base { |
-namespace debug { |
-class TracedValue; |
-} |
-} |
namespace cc { |
@@ -112,7 +106,7 @@ |
const LayerTreeDebugState& debug_state() const; |
float device_scale_factor() const; |
DebugRectHistory* debug_rect_history() const; |
- void AsValueInto(base::debug::TracedValue* dict) const; |
+ scoped_ptr<base::Value> AsValue() const; |
// Other public methods |
// --------------------------------------------------------------------------- |