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

Unified Diff: Source/wtf/CurrentTime.h

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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/web/tests/TextFinderTest.cpp ('k') | public/platform/Platform.h » ('j') | 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 6ae430cbe36b08c230bfa4085784594bb587b1fd..0a3cda6524d3849f88d92af8f6e41700bd97a813 100644
--- a/Source/wtf/CurrentTime.h
+++ b/Source/wtf/CurrentTime.h
@@ -53,7 +53,7 @@ WTF_EXPORT double monotonicallyIncreasingTime();
typedef double(*TimeFunction)(void);
void setCurrentTimeFunction(TimeFunction);
-void setMonotonicallyIncreasingTimeFunction(TimeFunction);
+WTF_EXPORT void setMonotonicallyIncreasingTimeFunction(TimeFunction);
} // namespace WTF
« no previous file with comments | « Source/web/tests/TextFinderTest.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698