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

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

Issue 2543723005: Remove MainThreadTaskRunner (Closed)
Patch Set: rebase Created 4 years 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 | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 7367aeb81b9113248eeb817018b84b7299a97b5a..648751ece9317a29377896432f7196ae1afa7303 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -133,7 +133,6 @@ class LocalDOMWindow;
class Locale;
class LocalFrame;
class Location;
-class MainThreadTaskRunner;
class MediaQueryListListener;
class MediaQueryMatcher;
class NodeFilter;
@@ -1422,6 +1421,9 @@ class CORE_EXPORT Document : public ContainerNode,
void sendSensitiveInputVisibility();
void sendSensitiveInputVisibilityInternal();
+ void runExecutionContextTask(std::unique_ptr<ExecutionContextTask>,
+ bool instrumenting);
+
DocumentLifecycle m_lifecycle;
bool m_hasNodesWithPlaceholderStyle;
@@ -1610,7 +1612,6 @@ class CORE_EXPORT Document : public ContainerNode,
Member<ScriptedAnimationController> m_scriptedAnimationController;
Member<ScriptedIdleTaskController> m_scriptedIdleTaskController;
- std::unique_ptr<MainThreadTaskRunner> m_taskRunner;
Member<TextAutosizer> m_textAutosizer;
Member<V0CustomElementRegistrationContext> m_registrationContext;
« no previous file with comments | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698