summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_picture_pile_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_picture_pile_impl.h')
-rw-r--r--cc/test/fake_picture_pile_impl.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/cc/test/fake_picture_pile_impl.h b/cc/test/fake_picture_pile_impl.h
index d4ab8e0..6bf1b88 100644
--- a/cc/test/fake_picture_pile_impl.h
+++ b/cc/test/fake_picture_pile_impl.h
@@ -16,17 +16,13 @@ class FakePicturePileImpl : public PicturePileImpl {
static scoped_refptr<FakePicturePileImpl> CreateFilledPile(
const gfx::Size& tile_size,
const gfx::Size& layer_bounds);
-
static scoped_refptr<FakePicturePileImpl> CreateEmptyPile(
const gfx::Size& tile_size,
const gfx::Size& layer_bounds);
-
- static scoped_refptr<FakePicturePileImpl> CreatePileWithRecordedRegion(
- const gfx::Size& tile_size,
- const gfx::Size& layer_bounds,
- const Region& recorded_region);
-
- static scoped_refptr<FakePicturePileImpl> CreatePile();
+ static scoped_refptr<FakePicturePileImpl>
+ CreateEmptyPileThatThinksItHasRecordings(const gfx::Size& tile_size,
+ const gfx::Size& layer_bounds);
+ static scoped_refptr<FakePicturePileImpl> CreateInfiniteFilledPile();
TilingData& tiling() { return tiling_; }