| 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 52007c535ec9057c50b8e810589437c2f6a47b4f..20d44e398b393006f881bd50b2336ae3942c4723 100644
|
| --- a/cc/test/fake_picture_pile_impl.h
|
| +++ b/cc/test/fake_picture_pile_impl.h
|
| @@ -33,10 +33,6 @@
|
| void AddRecordingAt(int x, int y);
|
| 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_);
|
|
|