| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index c7a1d24b6371e1fd296c18795995023b55ba7d83..083662a8614f53399d5ce78034b5ae21bcaa7046 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -172,8 +172,8 @@ bool SingleThreadProxy::RecreateOutputSurface() {
|
| }
|
|
|
| void SingleThreadProxy::CollectRenderingStats(RenderingStats* stats) {
|
| - stats->totalCommitTime = total_commit_time_;
|
| - stats->totalCommitCount = total_commit_count_;
|
| + stats->total_commit_time = total_commit_time_;
|
| + stats->total_commit_count = total_commit_count_;
|
| layer_tree_host_impl_->CollectRenderingStats(stats);
|
| }
|
|
|
|
|