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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/html/parser/HTMLParserScheduler.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
index 673d0ead2c864c16894ae9b257d2185ecede2998..69074a5eb3e1458ccf05e13f7bc02f2bd613f24c 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
@@ -78,12 +78,12 @@ class HTMLParserScheduler final
bool YieldIfNeeded(const SpeculationsPumpSession&, bool starting_script);
/**
- * Can only be called if this scheduler is suspended. If this is called,
- * then after the scheduler is resumed by calling resume(), this call
- * ensures that HTMLDocumentParser::resumeAfterYield will be called. Used to
- * signal this scheduler that the background html parser sent chunks to
- * HTMLDocumentParser while it was suspended.
- */
+ * Can only be called if this scheduler is suspended. If this is called,
+ * then after the scheduler is resumed by calling resume(), this call
+ * ensures that HTMLDocumentParser::resumeAfterYield will be called. Used to
+ * signal this scheduler that the background html parser sent chunks to
+ * HTMLDocumentParser while it was suspended.
+ */
void ForceResumeAfterYield();
void Suspend();

Powered by Google App Engine
This is Rietveld 408576698