| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 72b00a38670f3e43a04ef437a5364ef290eacae7..438f65fbc12eaeca957bf70125c9dea37f2a7466 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -288,8 +288,8 @@ void ThreadProxy::CollectRenderingStats(RenderingStats* stats) {
|
| impl_thread_weak_ptr_,
|
| &completion,
|
| 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_;
|
|
|
| completion.Wait();
|
| }
|
|
|