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

Unified Diff: sky/engine/wtf/WTF.h

Issue 887883002: WTF should get time from base directly (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/wtf/CurrentTime.cpp ('k') | sky/engine/wtf/WTF.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/WTF.h
diff --git a/sky/engine/wtf/WTF.h b/sky/engine/wtf/WTF.h
index 1371cc748d4385365008d31de1d8188ee0f3a8be..ece7b61e27f5e0c365752290a2c57f3777622a3d 100644
--- a/sky/engine/wtf/WTF.h
+++ b/sky/engine/wtf/WTF.h
@@ -39,7 +39,7 @@
namespace WTF {
// This function must be called exactly once from the main thread before using anything else in WTF.
-WTF_EXPORT void initialize(TimeFunction currentTimeFunction, TimeFunction monotonicallyIncreasingTimeFunction);
+WTF_EXPORT void initialize();
WTF_EXPORT void shutdown();
WTF_EXPORT bool isShutdown();
« no previous file with comments | « sky/engine/wtf/CurrentTime.cpp ('k') | sky/engine/wtf/WTF.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698