Index: cc/resources/picture_pile_base.h |
diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h |
index b188df7d62f6f4b94b821f3ccffbd5346c6650d5..f244f8fcf894face208fa1d8d449313e1e0cc3b5 100644 |
--- a/cc/resources/picture_pile_base.h |
+++ b/cc/resources/picture_pile_base.h |
@@ -18,9 +18,6 @@ |
#include "ui/gfx/size.h" |
namespace base { |
-namespace debug { |
-class TracedValue; |
-} |
class Value; |
} |
@@ -55,7 +52,7 @@ |
void SetTileGridSize(const gfx::Size& tile_grid_size); |
TilingData& tiling() { return tiling_; } |
- void AsValueInto(base::debug::TracedValue* array) const; |
+ scoped_ptr<base::Value> AsValue() const; |
protected: |
class CC_EXPORT PictureInfo { |