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

Unified Diff: cc/test/fake_tile_manager.h

Issue 860813002: Remove the default format from ResourcePool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error in perftest. Created 5 years, 11 months 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_tile_manager.h
diff --git a/cc/test/fake_tile_manager.h b/cc/test/fake_tile_manager.h
index 84f794e096c7b65ac2e1db4ddbe0f3ad67c5d88b..09669c6be5b55257c6a042be8169634b1d951c89 100644
--- a/cc/test/fake_tile_manager.h
+++ b/cc/test/fake_tile_manager.h
@@ -15,7 +15,9 @@ namespace cc {
class FakeTileManager : public TileManager {
public:
explicit FakeTileManager(TileManagerClient* client);
- FakeTileManager(TileManagerClient* client, ResourcePool* resource_pool);
+ FakeTileManager(TileManagerClient* client,
+ ResourcePool* resource_pool,
+ ResourceFormat resource_format);
~FakeTileManager() override;
bool HasBeenAssignedMemory(Tile* tile);

Powered by Google App Engine
This is Rietveld 408576698