| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 05c060151ff14a341d6bd5d44e71b52317dc980a..4661d9816cdb894fba47df14b1f6df27a3a9d6a5 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -472,7 +472,7 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
|
|
| void OnCommitForSwapPromises();
|
|
|
| - void RecordGpuRasterizationHistogram();
|
| + void RecordGpuRasterizationHistogram(const LayerTreeHostImpl* host_impl);
|
|
|
| MicroBenchmarkController micro_benchmark_controller_;
|
|
|
|
|