| Index: cc/raster/raster_source.h
|
| diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
|
| index 41be6ad9af54ef4fa45c027a8ca2fd2c5516e0c0..9a581a134c3af9c6d8e24d63a52e1e4b2dc5ec74 100644
|
| --- a/cc/raster/raster_source.h
|
| +++ b/cc/raster/raster_source.h
|
| @@ -136,6 +136,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
| const gfx::Size size_;
|
| const bool clear_canvas_with_debug_color_;
|
| const int slow_down_raster_scale_factor_for_debug_;
|
| + const float recording_scale_factor_;
|
|
|
| private:
|
| void RasterCommon(SkCanvas* canvas,
|
|
|