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

Unified Diff: cc/thread_proxy.h

Issue 11028021: cc: Improve frame/commit accounting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make it work in single tread mode. Get rid of active concept. 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/thread_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index cc7842ba3f336158c42a34d2948cc5605b8111f0..93245fb208df517149208329f79e81118ac2ac76 100644
--- a/cc/thread_proxy.h
+++ b/cc/thread_proxy.h
@@ -172,7 +172,7 @@ private:
bool m_renderVSyncEnabled;
base::TimeDelta m_totalCommitTime;
- size_t m_totalCommitCount;
+ int64_t m_totalCommitCount;
};
}
« cc/frame_rate_counter.cc ('K') | « cc/single_thread_proxy.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698