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

Unified Diff: trunk/src/cc/scheduler/texture_uploader.cc

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « trunk/src/cc/scheduler/rate_limiter.cc ('k') | trunk/src/cc/scheduler/texture_uploader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/cc/scheduler/texture_uploader.cc
===================================================================
--- trunk/src/cc/scheduler/texture_uploader.cc (revision 191370)
+++ trunk/src/cc/scheduler/texture_uploader.cc (working copy)
@@ -33,7 +33,7 @@
static const double kDefaultEstimatedTexturesPerSecond = 48.0 * 60.0;
// Flush interval when performing texture uploads.
-static const size_t kTextureUploadFlushPeriod = 4;
+static const int kTextureUploadFlushPeriod = 4;
} // anonymous namespace
« no previous file with comments | « trunk/src/cc/scheduler/rate_limiter.cc ('k') | trunk/src/cc/scheduler/texture_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698