diff options
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h index c25419f..17296e3 100644 --- a/base/time.h +++ b/base/time.h @@ -436,6 +436,7 @@ class TimeTicks { int64 ticks_; #if defined(OS_WIN) + public: // The function to use for counting ticks. typedef int (__stdcall *TickFunction)(void); static TickFunction tick_function_; |