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

Unified Diff: cc/test/fake_tile_manager.h

Issue 2537683002: cc: Add image decode queue functionality to image manager. (Closed)
Patch Set: test fix Created 3 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
« no previous file with comments | « cc/test/fake_layer_tree_host_impl.cc ('k') | cc/test/fake_tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_tile_manager.h
diff --git a/cc/test/fake_tile_manager.h b/cc/test/fake_tile_manager.h
index 07380079502b283e99984d8a8d93af06588e1a6c..0e1d715b80ce42db2513166dab7b87612966d7d5 100644
--- a/cc/test/fake_tile_manager.h
+++ b/cc/test/fake_tile_manager.h
@@ -15,8 +15,8 @@ namespace cc {
class FakeTileManager : public TileManager {
public:
- explicit FakeTileManager(TileManagerClient* client);
- FakeTileManager(TileManagerClient* client, ResourcePool* resource_pool);
+ FakeTileManager(TileManagerClient* client,
+ ResourcePool* resource_pool = nullptr);
~FakeTileManager() override;
bool HasBeenAssignedMemory(Tile* tile);
@@ -27,6 +27,7 @@ class FakeTileManager : public TileManager {
private:
SoftwareImageDecodeCache image_decode_cache_;
+ DecodedImageTracker decoded_image_tracker_;
};
} // namespace cc
« no previous file with comments | « cc/test/fake_layer_tree_host_impl.cc ('k') | cc/test/fake_tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698