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

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

Issue 2534803002: Move InspectorTask handling from MainThreadTaskRunner to Document (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
Index: third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
diff --git a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
index 8be705644eb0e833cb7f3164f6cae08f9ae679a4..5b8a2f608b9db51d931c94eca931aa7bc1392432 100644
--- a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
+++ b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
@@ -58,20 +58,12 @@ class CORE_EXPORT MainThreadTaskRunner final {
std::unique_ptr<ExecutionContextTask>,
const String& taskNameForInstrumentation = emptyString());
- void postInspectorTask(const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>);
void perform(std::unique_ptr<ExecutionContextTask>,
- bool isInspectorTask,
bool instrumenting);
private:
explicit MainThreadTaskRunner(ExecutionContext*);
- void postTaskInternal(const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- bool isInspectorTask,
- bool instrumenting);
-
// Untraced back reference to the owner Document;
// this object has identical lifetime to it.
UntracedMember<ExecutionContext> m_context;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/MainThreadTaskRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698