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

Unified Diff: Source/wtf/CurrentTime.h

Issue 540373002: Add support for Low Priorirty tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Maybe fix linker issue Created 6 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698