| 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 20d44e398b393006f881bd50b2336ae3942c4723..52007c535ec9057c50b8e810589437c2f6a47b4f 100644
|
| --- a/cc/test/fake_picture_pile_impl.h
|
| +++ b/cc/test/fake_picture_pile_impl.h
|
| @@ -34,6 +34,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_);
|
| }
|
|
|