Index: cc/scheduler/texture_uploader.cc |
diff --git a/cc/scheduler/texture_uploader.cc b/cc/scheduler/texture_uploader.cc |
index dd89e8c762cd2c7967cc6776dd7c9bff4c64fd77..de365de2bccf16166df7ba123ca62e685ead369f 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 int kTextureUploadFlushPeriod = 4; |
+static const size_t kTextureUploadFlushPeriod = 4; |
} // anonymous namespace |