Index: base/time/time_posix.cc |
diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc |
index 141da8f86b484d64884646c9cd4b0f7d06d05eee..5e06ce93cf039fd420549a345915e2d0ffd62bea 100644 |
--- a/base/time/time_posix.cc |
+++ b/base/time/time_posix.cc |
@@ -268,6 +268,11 @@ TimeTicks TimeTicks::HighResNow() { |
} |
// static |
+bool TimeTicks::IsHighResNowFastAndReliable() { |
+ return true; |
+} |
+ |
+// static |
TimeTicks TimeTicks::ThreadNow() { |
#if defined(_POSIX_THREAD_CPUTIME) && (_POSIX_THREAD_CPUTIME >= 0) |
return ClockNow(CLOCK_THREAD_CPUTIME_ID); |