Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 6588ac56e6b276c0eff04cfc74cf4653ad8518f7..17986107b96ed104754f77646be7f6a96a64cd7a 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; |
+ void AsValueInto(base::debug::TracedValue* dict, bool is_active) const; |
inline bool IsReadyToDraw() const { |
for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) { |