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

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

Issue 684813003: Remove wtf/Functional.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/wtf/FunctionalTest.cpp ('k') | sky/engine/wtf/MainThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/MainThread.h
diff --git a/sky/engine/wtf/MainThread.h b/sky/engine/wtf/MainThread.h
index 7e1aaa8613769d7cc541858cc7d8cd1aa98bc005..d3e186ff269ce3bb9a749bac342644d6c78b0295 100644
--- a/sky/engine/wtf/MainThread.h
+++ b/sky/engine/wtf/MainThread.h
@@ -44,9 +44,6 @@ WTF_EXPORT void initializeMainThread(void (*)(MainThreadFunction, void*));
WTF_EXPORT void callOnMainThread(MainThreadFunction*, void* context);
-template<typename> class Function;
-WTF_EXPORT void callOnMainThread(const Function<void ()>&);
-
WTF_EXPORT bool isMainThread();
} // namespace WTF
« no previous file with comments | « sky/engine/wtf/FunctionalTest.cpp ('k') | sky/engine/wtf/MainThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698