Index: base/time/time_win.cc |
diff --git a/base/time/time_win.cc b/base/time/time_win.cc |
index cf7be687d2e5a0b292414796f1b3c25e2535f518..7df634685d8fc5ffce2ef556f9cf289c17e869ab 100644 |
--- a/base/time/time_win.cc |
+++ b/base/time/time_win.cc |
@@ -182,7 +182,7 @@ bool Time::ActivateHighResolutionTimer(bool activating) { |
// Using anything other than 1ms makes timers granular |
// to that interval. |
- const int kMinTimerIntervalMs = 1; |
+ const int kMinTimerIntervalMs = 4; |
MMRESULT result; |
if (activating) { |
result = timeBeginPeriod(kMinTimerIntervalMs); |