Index: cc/thread_proxy.cc |
diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc |
index 2618400e9892c986af41d146b1cbfe0d694235b1..e8b8d56de80a5faf8204ebd5e3a8fae7a9d23bba 100644 |
--- a/cc/thread_proxy.cc |
+++ b/cc/thread_proxy.cc |
@@ -252,7 +252,7 @@ void ThreadProxy::renderingStats(RenderingStats* stats) |
CompletionEvent completion; |
Proxy::implThread()->postTask(base::Bind(&ThreadProxy::renderingStatsOnImplThread, |
m_implThreadWeakPtr, &completion, stats)); |
- stats->totalCommitTimeInSeconds = m_totalCommitTime.InSecondsF(); |
+ stats->totalCommitTime = m_totalCommitTime; |
stats->totalCommitCount = m_totalCommitCount; |
completion.wait(); |