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

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

Issue 2516493002: requestIdleCallback: Yield for high priority work (Closed)
Patch Set: Added a test Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/dom/IdleDeadline.h
diff --git a/third_party/WebKit/Source/core/dom/IdleDeadline.h b/third_party/WebKit/Source/core/dom/IdleDeadline.h
index 651a5143055afabd3d99f9dde2ddec6a7ee3c5c1..049ada1f5b758289d3a576db9fc53799f691deb4 100644
--- a/third_party/WebKit/Source/core/dom/IdleDeadline.h
+++ b/third_party/WebKit/Source/core/dom/IdleDeadline.h
@@ -10,8 +10,8 @@
namespace blink {
-class IdleDeadline : public GarbageCollected<IdleDeadline>,
- public ScriptWrappable {
+class CORE_EXPORT IdleDeadline : public GarbageCollected<IdleDeadline>,
+ public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698