Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 8d914464b2d03672e64de05fcd8bede87b78ffac..9aeabfa190ae9b85b7ab1f6f1e595a361d9d9c62 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -103,7 +103,7 @@ |
return false; |
} |
- void AsValueInto(base::debug::TracedValue* dict) const; |
+ scoped_ptr<base::Value> AsValue() const; |
inline bool IsReadyToDraw() const { |
for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) { |