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

Unified Diff: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h

Issue 2183383002: Export TaskRunnerHelper functions to expose it to modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
index be7fc40006be54c20e0d6a154d1bd5c2ec7ce34c..19a0983c82539672a0586d69189df381806c98a5 100644
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
@@ -5,6 +5,7 @@
#ifndef TaskRunnerHelper_h
#define TaskRunnerHelper_h
+#include "core/CoreExport.h"
#include "wtf/Allocator.h"
namespace blink {
@@ -15,7 +16,7 @@ class LocalFrame;
class ScriptState;
class WebTaskRunner;
-class TaskRunnerHelper final {
+class CORE_EXPORT TaskRunnerHelper final {
STATIC_ONLY(TaskRunnerHelper);
public:
static WebTaskRunner* getUnthrottledTaskRunner(LocalFrame*);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698