Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: cc/CCThreadProxy.h

Issue 11028021: cc: Improve frame/commit accounting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use uint64_t and rename variables to *Count Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/CCThreadProxy.h
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
index c7b10942619ac8da4ece052a3f2f6dff3a381119..e5676dc794b932c0f3271f65d191490ed4f8fa09 100644
--- a/cc/CCThreadProxy.h
+++ b/cc/CCThreadProxy.h
@@ -176,7 +176,7 @@ private:
bool m_renderVSyncEnabled;
base::TimeDelta m_totalCommitTime;
- size_t m_totalCommitCount;
+ uint64_t m_totalCommitCount;
};
}
« cc/CCRenderingStats.h ('K') | « cc/CCSingleThreadProxy.h ('k') | cc/CCThreadProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698