diff options
Diffstat (limited to 'cc/scheduler/texture_uploader.cc')
-rw-r--r-- | cc/scheduler/texture_uploader.cc | 2 |
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 |