| Index: cc/resources/display_list_raster_source.h
|
| diff --git a/cc/resources/display_list_raster_source.h b/cc/resources/display_list_raster_source.h
|
| index 44177fba41f0608905b62c1b097097ded0567888..8c2ab910496373d6501f9d5864b115a556a235af 100644
|
| --- a/cc/resources/display_list_raster_source.h
|
| +++ b/cc/resources/display_list_raster_source.h
|
| @@ -88,8 +88,7 @@ class CC_EXPORT DisplayListRasterSource : public RasterSource {
|
| void RasterCommon(SkCanvas* canvas,
|
| SkDrawPictureCallback* callback,
|
| const gfx::Rect& canvas_rect,
|
| - float contents_scale,
|
| - bool is_analysis) const;
|
| + float contents_scale) const;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DisplayListRasterSource);
|
| };
|
|
|