summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/texture_uploader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/scheduler/texture_uploader.cc')
-rw-r--r--cc/scheduler/texture_uploader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/scheduler/texture_uploader.cc b/cc/scheduler/texture_uploader.cc
index de365de..dd89e8c 100644
--- a/cc/scheduler/texture_uploader.cc
+++ b/cc/scheduler/texture_uploader.cc
@@ -33,7 +33,7 @@ static const size_t kUploadHistorySizeInitial = 100;
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