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

Unified Diff: Source/core/dom/MainThreadTaskRunner.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/core/dom/Fullscreen.h ('k') | Source/core/dom/Microtask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MainThreadTaskRunner.h
diff --git a/Source/core/dom/MainThreadTaskRunner.h b/Source/core/dom/MainThreadTaskRunner.h
index e578493fc93a955425480ab01f1c69df1b3459dc..c3c9287cc01706ceca563ad8e312d6a97fdacde3 100644
--- a/Source/core/dom/MainThreadTaskRunner.h
+++ b/Source/core/dom/MainThreadTaskRunner.h
@@ -27,6 +27,7 @@
#ifndef MainThreadTaskRunner_h
#define MainThreadTaskRunner_h
+#include "core/CoreExport.h"
#include "platform/Timer.h"
#include "wtf/FastAllocBase.h"
@@ -41,7 +42,7 @@ namespace blink {
class ExecutionContext;
class ExecutionContextTask;
-class MainThreadTaskRunner {
+class CORE_EXPORT MainThreadTaskRunner {
WTF_MAKE_NONCOPYABLE(MainThreadTaskRunner);
WTF_MAKE_FAST_ALLOCATED(MainThreadTaskRunner);
« no previous file with comments | « Source/core/dom/Fullscreen.h ('k') | Source/core/dom/Microtask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698