Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Unified Diff: base/time.h

Issue 3082014: GTTF: Avoid assertion failures caused by clock drift.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/time_win.cc » ('j') | base/time_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time.h
===================================================================
--- base/time.h (revision 54549)
+++ base/time.h (working copy)
@@ -459,6 +459,11 @@
// SHOULD ONLY BE USED WHEN IT IS REALLY NEEDED.
static TimeTicks HighResNow();
+#if defined(OS_WIN)
+ // Get the absolute value of QPC time drift. For testing.
+ static int64 GetQPCDriftMicroseconds();
+#endif
+
// Returns true if this object has not been initialized.
bool is_null() const {
return ticks_ == 0;
« no previous file with comments | « no previous file | base/time_win.cc » ('j') | base/time_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698