| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index 9b49ed9d0420af393216345ee6ff2d253fda540f..8c286fb22ea87bd034126e7e47307d70cf0fe4be 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -57,7 +57,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
| skia::AnalysisCanvas::LazyPixelRefList lazy_pixel_refs;
|
| };
|
|
|
| - void AnalyzeInRect(const gfx::Rect& content_rect,
|
| + void AnalyzeInRect(gfx::Rect content_rect,
|
| float contents_scale,
|
| Analysis* analysis);
|
|
|
|
|