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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSlotElement.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/HTMLSlotElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
index d582204818c964ab5a888f1ab84fa6d50f303958..ce445e7c0b8c02e0f18cdf663448f7a0ed975db1 100644
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
@@ -82,9 +82,9 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
short tabIndex() const override;
AtomicString name() const;
- // This method can be slow because this has to traverse the children of a shadow host.
- // This method should be used only when m_assignedNodes is dirty.
- // e.g. To detect a slotchange event in DOM mutations.
+ // This method can be slow because this has to traverse the children of a
+ // shadow host. This method should be used only when m_assignedNodes is
+ // dirty. e.g. To detect a slotchange event in DOM mutations.
bool hasAssignedNodesSlow() const;
bool findHostChildWithSameSlotName() const;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSelectElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLSlotElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698