Index: app/hi_res_timer_manager_win.cc |
=================================================================== |
--- app/hi_res_timer_manager_win.cc (revision 62903) |
+++ app/hi_res_timer_manager_win.cc (working copy) |
@@ -25,5 +25,6 @@ |
void HighResolutionTimerManager::UseHiResClock(bool use) { |
if (use == hi_res_clock_used_) |
return; |
+ hi_res_clock_used_ = use; |
base::Time::EnableHighResolutionTimer(use); |
} |