Index: cc/base/region.h |
diff --git a/cc/base/region.h b/cc/base/region.h |
index 06fe7312ff674896c4c6fd6329dbe624f5fcb366..3ef32dbf3b32e1f871e9cd55fbddfb91d2575974 100644 |
--- a/cc/base/region.h |
+++ b/cc/base/region.h |
@@ -16,6 +16,9 @@ |
namespace base { |
class Value; |
+namespace debug { |
+class TracedValue; |
+} |
} |
namespace cc { |
@@ -59,6 +62,7 @@ class CC_EXPORT Region { |
std::string ToString() const; |
scoped_ptr<base::Value> AsValue() const; |
+ void AsValueInto(base::debug::TracedValue* array) const; |
class CC_EXPORT Iterator { |
public: |