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/MainThreadTaskRunner.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 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
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 e067aa92312ef3056eab4d11b82deaa4d3aee4f0..5a91d8119eef3260c754d13a31b65cd048f1f411 100644
--- a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
+++ b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
@@ -54,11 +54,11 @@ class CORE_EXPORT MainThreadTaskRunner final {
DECLARE_TRACE();
- void postTask(
- const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- const String& taskNameForInstrumentation =
- emptyString()); // Executes the task on context's thread asynchronously.
+ // Executes the task on context's thread asynchronously.
+ void postTask(const WebTraceLocation&,
+ std::unique_ptr<ExecutionContextTask>,
+ const String& taskNameForInstrumentation = emptyString());
+
void postInspectorTask(const WebTraceLocation&,
std::unique_ptr<ExecutionContextTask>);
void perform(std::unique_ptr<ExecutionContextTask>,

Powered by Google App Engine
This is Rietveld 408576698