| Index: cc/raster/raster_source.h
|
| diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
|
| index df899ab220c7d9a11768edb59d491e6dd16342b4..6d71a722be81ec2d2b400f3f7dded345bd66ed03 100644
|
| --- a/cc/raster/raster_source.h
|
| +++ b/cc/raster/raster_source.h
|
| @@ -89,7 +89,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
|
|
| // Returns whether the given rect at given scale is of solid color in
|
| // this raster source, as well as the solid color value.
|
| - bool PerformSolidColorAnalysis(const gfx::Rect& content_rect,
|
| + bool PerformSolidColorAnalysis(gfx::Rect content_rect,
|
| float contents_scale,
|
| SkColor* color) const;
|
|
|
|
|