Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3568)

Unified Diff: cc/test/fake_picture_layer_impl.h

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/test/fake_picture_layer_impl.h
diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
index 007b039ad96ed132c6a926054545801c2afd3013..5795d5588ede6018d75f7e24a7464c39cadcbbba 100644
--- a/cc/test/fake_picture_layer_impl.h
+++ b/cc/test/fake_picture_layer_impl.h
@@ -110,9 +110,7 @@ class FakePictureLayerImpl : public PictureLayerImpl {
void set_fixed_tile_size(const gfx::Size& size) { fixed_tile_size_ = size; }
- // TODO(danakj): Remove this darn thing.
- void CreateDefaultTilingsAndTiles();
-
+ void CreateAllTiles();
void SetAllTilesVisible();
void SetAllTilesReady();
void SetAllTilesReadyInTiling(PictureLayerTiling* tiling);

Powered by Google App Engine
This is Rietveld 408576698