| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index b023f8506fd6b56fd11dea3735ce4fca39bb83db..1ce76d5928a8d8c3daf35972195531573d7ed38a 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -351,7 +351,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
|
|
| if (debug_state_.continuous_painting) {
|
| host_impl->SavePaintTime(
|
| - rendering_stats_instrumentation_->GetRenderingStats().totalPaintTime,
|
| + rendering_stats_instrumentation_->GetRenderingStats().total_paint_time,
|
| commit_number()
|
| );
|
| }
|
|
|