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

Unified Diff: cc/debug/unittest_only_benchmark.h

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/unittest_only_benchmark.h
diff --git a/cc/debug/unittest_only_benchmark.h b/cc/debug/unittest_only_benchmark.h
index 2ed3578761f1b076ea8d8f93e75ac74b64428629..ffeaceb36600a221d931cacab20785bfce99b107 100644
--- a/cc/debug/unittest_only_benchmark.h
+++ b/cc/debug/unittest_only_benchmark.h
@@ -16,7 +16,7 @@ class CC_EXPORT UnittestOnlyBenchmark : public MicroBenchmark {
const DoneCallback& callback);
~UnittestOnlyBenchmark() override;
- void DidUpdateLayers(LayerTree* layer_tree) override;
+ void DidUpdateLayers(LayerTreeHost* layer_tree_host) override;
bool ProcessMessage(std::unique_ptr<base::Value> value) override;
protected:

Powered by Google App Engine
This is Rietveld 408576698