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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments 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/html/imports/HTMLImportLoader.h
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
index 3ac8ba4953ced24ba1fa776374a652df7ba7677a..da105ac7502e4e0e3d1ac119fcae8b93a05eecfc 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
@@ -46,9 +46,9 @@ class DocumentWriter;
class HTMLImportChild;
class HTMLImportsController;
-// Owning imported Document lifetime. It also implements ResourceClient through ResourceOwner
-// to feed fetched bytes to the DocumentWriter of the imported document.
-// HTMLImportLoader is owned by HTMLImportsController.
+// Owning imported Document lifetime. It also implements ResourceClient through
+// ResourceOwner to feed fetched bytes to the DocumentWriter of the imported
+// document. HTMLImportLoader is owned by HTMLImportsController.
class HTMLImportLoader final
: public GarbageCollectedFinalized<HTMLImportLoader>,
public ResourceOwner<RawResource>,
@@ -111,7 +111,8 @@ class HTMLImportLoader final
// DocumentParserClient
- // Called after document parse is complete after DOMContentLoaded was dispatched.
+ // Called after document parse is complete after DOMContentLoaded was
+ // dispatched.
void notifyParserStopped() override;
State startWritingAndParsing(const ResourceResponse&);

Powered by Google App Engine
This is Rietveld 408576698