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

Unified Diff: cc/debug/invalidation_benchmark.h

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: auto 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/BUILD.gn ('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 ca69957413e8e763459bf3bca9131e313407b64c..a04663d64f081172bf7ce8d991af0ef06713f675 100644
--- a/cc/debug/invalidation_benchmark.h
+++ b/cc/debug/invalidation_benchmark.h
@@ -13,7 +13,7 @@
namespace cc {
-class LayerTree;
+class LayerTreeHost;
// 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(LayerTree* layer_tree) override;
+ void DidUpdateLayers(LayerTreeHost* layer_tree_host) override;
void RunOnLayer(PictureLayer* layer) override;
bool ProcessMessage(std::unique_ptr<base::Value> value) override;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/invalidation_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698