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

Unified Diff: cc/debug/invalidation_benchmark.h

Issue 2216203002: Refactor MutatorHostClient from LayerTreeHost to LayerTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on another LTH refactor CL. Created 4 years, 4 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/animation/animation_host_perftest.cc ('k') | cc/debug/invalidation_benchmark.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/invalidation_benchmark.h
diff --git a/cc/debug/invalidation_benchmark.h b/cc/debug/invalidation_benchmark.h
index 668a7c948e9bc075a965101f21955a13746f1ec3..d30ac3f1e1809eb7b2f3d60249fe3f986763e629 100644
--- a/cc/debug/invalidation_benchmark.h
+++ b/cc/debug/invalidation_benchmark.h
@@ -13,7 +13,7 @@
namespace cc {
-class LayerTreeHost;
+class LayerTree;
class Layer;
// NOTE: this benchmark will not measure or return any results, it will simply
// invalidate a certain area of each layer every frame. It is intended to be
@@ -26,7 +26,7 @@ class CC_EXPORT InvalidationBenchmark : public MicroBenchmark {
~InvalidationBenchmark() override;
// Implements MicroBenchmark interface.
- void DidUpdateLayers(LayerTreeHost* host) override;
+ void DidUpdateLayers(LayerTree* layer_tree) override;
void RunOnLayer(PictureLayer* layer) override;
bool ProcessMessage(std::unique_ptr<base::Value> value) override;
« no previous file with comments | « cc/animation/animation_host_perftest.cc ('k') | cc/debug/invalidation_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698