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

Unified Diff: Source/wtf/CurrentTime.h

Issue 1130423002: Add a unit test for timers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments. Created 5 years, 7 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 | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/CurrentTime.h
diff --git a/Source/wtf/CurrentTime.h b/Source/wtf/CurrentTime.h
index df19b2e5ee971670ff35fcde5737b111d6f69a53..c0489f5065c68fb619226e8db34f6aa6bff3c5d0 100644
--- a/Source/wtf/CurrentTime.h
+++ b/Source/wtf/CurrentTime.h
@@ -57,7 +57,7 @@ WTF_EXPORT double systemTraceTime();
typedef double(*TimeFunction)(void);
void setCurrentTimeFunction(TimeFunction);
-void setMonotonicallyIncreasingTimeFunction(TimeFunction);
+WTF_EXPORT void setMonotonicallyIncreasingTimeFunction(TimeFunction);
void setSystemTraceTimeFunction(TimeFunction);
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698