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

Unified Diff: cc/debug/unittest_only_benchmark.cc

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/debug/unittest_only_benchmark.h ('k') | cc/layers/heads_up_display_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/unittest_only_benchmark.cc
diff --git a/cc/debug/unittest_only_benchmark.cc b/cc/debug/unittest_only_benchmark.cc
index 568f9609a53c2515b0fc0c32f1966ab6de59f87b..321444d9aa840e0e21ab8b80281f8437d9013aea 100644
--- a/cc/debug/unittest_only_benchmark.cc
+++ b/cc/debug/unittest_only_benchmark.cc
@@ -33,7 +33,7 @@ UnittestOnlyBenchmark::~UnittestOnlyBenchmark() {
weak_ptr_factory_.InvalidateWeakPtrs();
}
-void UnittestOnlyBenchmark::DidUpdateLayers(LayerTree* layer_tree) {
+void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* layer_tree_host) {
NotifyDone(nullptr);
}
« no previous file with comments | « cc/debug/unittest_only_benchmark.h ('k') | cc/layers/heads_up_display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698