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

Unified Diff: third_party/WebKit/Source/wtf/WTF.h

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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 | « third_party/WebKit/Source/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/wtf/WTF.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/WTF.h
diff --git a/third_party/WebKit/Source/wtf/WTF.h b/third_party/WebKit/Source/wtf/WTF.h
index 24d6096f6b94bc3bd2a17c835b509e9e3ee77556..dbb70826d0fef02e017caa2b45c5b145ae61e3ff 100644
--- a/third_party/WebKit/Source/wtf/WTF.h
+++ b/third_party/WebKit/Source/wtf/WTF.h
@@ -38,7 +38,8 @@ namespace WTF {
typedef void MainThreadFunction(void*);
-// This function must be called exactly once from the main thread before using anything else in WTF.
+// This function must be called exactly once from the main thread before using
+// anything else in WTF.
WTF_EXPORT void initialize(void (*)(MainThreadFunction, void*));
WTF_EXPORT void shutdown();
WTF_EXPORT bool isShutdown();
« no previous file with comments | « third_party/WebKit/Source/wtf/VectorTraits.h ('k') | third_party/WebKit/Source/wtf/WTF.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698