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

Unified Diff: cc/debug/micro_benchmark_controller.cc

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: .. 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
Index: cc/debug/micro_benchmark_controller.cc
diff --git a/cc/debug/micro_benchmark_controller.cc b/cc/debug/micro_benchmark_controller.cc
index ac393a3672b1a0f2e9da7a858f33c83619becb18..94d3d2e31f24c862c9d6219f97c9271406d12e9e 100644
--- a/cc/debug/micro_benchmark_controller.cc
+++ b/cc/debug/micro_benchmark_controller.cc
@@ -103,7 +103,7 @@ void MicroBenchmarkController::ScheduleImplBenchmarks(
void MicroBenchmarkController::DidUpdateLayers() {
for (const auto& benchmark : benchmarks_) {
if (!benchmark->IsDone())
- benchmark->DidUpdateLayers(host_->GetLayerTree());
+ benchmark->DidUpdateLayers(host_);
}
CleanUpFinishedBenchmarks();

Powered by Google App Engine
This is Rietveld 408576698