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 a21509a0800857be14b46df6aad36e5ef6519d83..ed5dce64c1e6eb45bc8abd23b5013bcf973a9534 100644 |
--- a/cc/test/fake_picture_pile_impl.h |
+++ b/cc/test/fake_picture_pile_impl.h |
@@ -47,7 +47,8 @@ class FakePicturePileImpl : public PicturePileImpl { |
// Hi-jack the PlaybackToCanvas method to delay its completion. |
void PlaybackToCanvas(SkCanvas* canvas, |
- const gfx::Rect& canvas_rect, |
+ const gfx::Rect& canvas_bitmap_rect, |
+ const gfx::Rect& canvas_playback_rect, |
float contents_scale) const override; |
const TilingData& tiling() { return tiling_; } |