| 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..352772d83cae7cd5afbcc045fcaaa1f8beb5da42 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -44,7 +44,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
|
|
| skia::RefPtr<SkPicture> GetFlattenedPicture();
|
|
|
| - struct Analysis {
|
| + struct CC_EXPORT Analysis {
|
| Analysis();
|
| ~Analysis();
|
|
|
| @@ -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);
|
|
|
|
|