summaryrefslogtreecommitdiff
path: root/chromium/cc/debug/micro_benchmark.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-04 14:17:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-05 10:05:06 +0000
commit39d357e3248f80abea0159765ff39554affb40db (patch)
treeaba0e6bfb76de0244bba0f5fdbd64b830dd6e621 /chromium/cc/debug/micro_benchmark.cc
parent87778abf5a1f89266f37d1321b92a21851d8244d (diff)
downloadqtwebengine-chromium-39d357e3248f80abea0159765ff39554affb40db.tar.gz
BASELINE: Update Chromium to 55.0.2883.105
And updates ninja to 1.7.2 Change-Id: I20d43c737f82764d857ada9a55586901b18b9243 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/cc/debug/micro_benchmark.cc')
-rw-r--r--chromium/cc/debug/micro_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/debug/micro_benchmark.cc b/chromium/cc/debug/micro_benchmark.cc
index 72d3c7dea31..ddedafc4791 100644
--- a/chromium/cc/debug/micro_benchmark.cc
+++ b/chromium/cc/debug/micro_benchmark.cc
@@ -28,7 +28,7 @@ bool MicroBenchmark::IsDone() const {
return is_done_;
}
-void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
+void MicroBenchmark::DidUpdateLayers(LayerTree* layer_tree) {}
void MicroBenchmark::NotifyDone(std::unique_ptr<base::Value> result) {
callback_.Run(std::move(result));