| Index: cc/raster/raster_source.h
|
| diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
|
| index 95de7b037b2480addaa2514d8896c85b87a8ca10..8911349018915bb96f5ca3b2082ed88cd4bdb3f6 100644
|
| --- a/cc/raster/raster_source.h
|
| +++ b/cc/raster/raster_source.h
|
| @@ -153,6 +153,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_;
|
|
|
| // In practice, this is only set once before raster begins, so it's ok with
|
| // respect to threading.
|
|
|