| Index: remoting/protocol/capture_scheduler.cc
|
| diff --git a/remoting/protocol/capture_scheduler.cc b/remoting/protocol/capture_scheduler.cc
|
| index 1e8f73a1bac74e348edff2375d52fe02b934ec6f..40eba9ca959498ca2246fa20963710e7f3fa1c77 100644
|
| --- a/remoting/protocol/capture_scheduler.cc
|
| +++ b/remoting/protocol/capture_scheduler.cc
|
| @@ -19,7 +19,7 @@ namespace {
|
| const int kStatisticsWindow = 3;
|
|
|
| // The hard limit is 30fps or 33ms per recording cycle.
|
| -const int64 kDefaultMinimumIntervalMs = 33;
|
| +const int64_t kDefaultMinimumIntervalMs = 33;
|
|
|
| // Controls how much CPU time we can use for encode and capture.
|
| // Range of this value is between 0 to 1. 0 means using 0% of of all CPUs
|
|
|