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

Unified Diff: cc/test/fake_tile_manager.h

Issue 799863004: not for commit/review (thread cost tracker) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « cc/resources/tile_manager.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 84f794e096c7b65ac2e1db4ddbe0f3ad67c5d88b..85106480f43a375d4e1475e8e11d72dbf66f1f51 100644
--- a/cc/test/fake_tile_manager.h
+++ b/cc/test/fake_tile_manager.h
@@ -8,6 +8,7 @@
#include <set>
#include <vector>
+#include "cc/debug/worker_thread_cost_tracker.h"
#include "cc/resources/tile_manager.h"
namespace cc {
@@ -25,6 +26,9 @@ class FakeTileManager : public TileManager {
void Release(Tile* tile) override;
std::vector<Tile*> tiles_for_raster;
+
+ private:
+ WorkerThreadCostTracker worker_thread_cost_tracker_;
};
} // namespace cc
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | cc/test/fake_tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698