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

Unified Diff: cc/debug/micro_benchmark_controller.cc

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/debug/micro_benchmark.cc ('k') | cc/debug/rasterize_and_record_benchmark.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/micro_benchmark_controller.cc
diff --git a/cc/debug/micro_benchmark_controller.cc b/cc/debug/micro_benchmark_controller.cc
index 0707563612ddf314b394235a49635b014ff65683..be196b1173a483579d4812dedede78c75fdee21f 100644
--- a/cc/debug/micro_benchmark_controller.cc
+++ b/cc/debug/micro_benchmark_controller.cc
@@ -105,7 +105,7 @@ void MicroBenchmarkController::ScheduleImplBenchmarks(
void MicroBenchmarkController::DidUpdateLayers() {
for (const auto& benchmark : benchmarks_) {
if (!benchmark->IsDone())
- benchmark->DidUpdateLayers(host_);
+ benchmark->DidUpdateLayers(host_->GetLayerTree());
}
CleanUpFinishedBenchmarks();
« no previous file with comments | « cc/debug/micro_benchmark.cc ('k') | cc/debug/rasterize_and_record_benchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698