| Index: cc/resources/managed_tile_state.h
|
| diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
|
| index 7224dd64b417421ed8edd00dcf32e89b9edaf483..faa7c63a3b2ce6cf82e12ca2a6f45b07fcf4794e 100644
|
| --- a/cc/resources/managed_tile_state.h
|
| +++ b/cc/resources/managed_tile_state.h
|
| @@ -104,7 +104,7 @@ class CC_EXPORT ManagedTileState {
|
| ManagedTileState();
|
| ~ManagedTileState();
|
|
|
| - scoped_ptr<base::Value> AsValue() const;
|
| + void AsValueInto(base::debug::TracedValue* dict) const;
|
|
|
| // Persisted state: valid all the time.
|
| TileVersion tile_versions[NUM_RASTER_MODES];
|
|
|