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

Unified Diff: public/platform/WebThread.h

Issue 876623002: Adds a CancellableTaskFactory and exposes postLoadingTasks to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 | « public/platform/WebScheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebThread.h
diff --git a/public/platform/WebThread.h b/public/platform/WebThread.h
index 60e4731048c75607496dbb4195199fff617afe0d..9e8e944fe92cb1b6b42492eb54a438e85fd119f4 100644
--- a/public/platform/WebThread.h
+++ b/public/platform/WebThread.h
@@ -39,7 +39,7 @@ typedef uintptr_t PlatformThreadId;
// run.
class BLINK_PLATFORM_EXPORT WebThread {
public:
- class Task {
+ class BLINK_PLATFORM_EXPORT Task {
public:
virtual ~Task() { }
virtual void run() = 0;
« no previous file with comments | « public/platform/WebScheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698