| Index: cc/test/fake_picture_pile_impl.h
|
| diff --git a/cc/test/fake_picture_pile_impl.h b/cc/test/fake_picture_pile_impl.h
|
| index ae8729ea79deb01014d5a8a08198dfe1b84df719..e5750e75809b2a9a049bd2dc88ccdaa52c36dcc3 100644
|
| --- a/cc/test/fake_picture_pile_impl.h
|
| +++ b/cc/test/fake_picture_pile_impl.h
|
| @@ -29,6 +29,10 @@ class FakePicturePileImpl : public PicturePileImpl {
|
| void RemoveRecordingAt(int x, int y);
|
| void RerecordPile();
|
|
|
| + void AnalyzeInRect(gfx::Rect content_rect,
|
| + float contents_scale,
|
| + Analysis* analysis);
|
| +
|
| void add_draw_rect(const gfx::RectF& rect) {
|
| client_.add_draw_rect(rect, default_paint_);
|
| }
|
|
|