| Index: cc/playback/raster_source.cc
|
| diff --git a/cc/playback/raster_source.cc b/cc/playback/raster_source.cc
|
| index f38f9dd08ff7c8dcdd74f8f239360860c9879aa0..12f26a42b7685adec3b9903e4f7622c5354f080e 100644
|
| --- a/cc/playback/raster_source.cc
|
| +++ b/cc/playback/raster_source.cc
|
| @@ -40,8 +40,7 @@ RasterSource::RasterSource(const RecordingSource* other, bool can_use_lcd_text)
|
| slow_down_raster_scale_factor_for_debug_(
|
| other->slow_down_raster_scale_factor_for_debug_),
|
| should_attempt_to_use_distance_field_text_(false),
|
| - image_decode_controller_(nullptr) {
|
| -}
|
| + image_decode_controller_(nullptr) {}
|
|
|
| RasterSource::RasterSource(const RasterSource* other, bool can_use_lcd_text)
|
| : display_list_(other->display_list_),
|
|
|