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

Unified Diff: cc/CCSingleThreadProxy.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/CCSingleThreadProxy.h
diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h
index 4a9278ea259ff33396ae68f317f92c65a2a46170..287736f91c9304f1dcc64c519fefc5794b928d57 100644
--- a/cc/CCSingleThreadProxy.h
+++ b/cc/CCSingleThreadProxy.h
@@ -82,7 +82,7 @@ private:
bool m_nextFrameIsNewlyCommittedFrame;
base::TimeDelta m_totalCommitTime;
- size_t m_totalCommitCount;
+ uint64_t m_totalCommitCount;
};
// For use in the single-threaded case. In debug builds, it pretends that the
« cc/CCRenderingStats.h ('K') | « cc/CCScheduler.cpp ('k') | cc/CCThreadProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698