| 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
|
|
|
|
|