summaryrefslogtreecommitdiffstats
path: root/cc/resources/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/tile.h')
-rw-r--r--cc/resources/tile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index 8d91446..9aeabfa 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -103,7 +103,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
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) {