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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/SlotAssignment.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/shadow/SlotAssignment.h
diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
index a13e9ecadf1304bbac590cb0c0838f0f63bd87e2..d4aed8d2cc1c8d21bd7fd641e30fada92c056759 100644
--- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
+++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
@@ -18,7 +18,8 @@ class HTMLSlotElement;
class Node;
class ShadowRoot;
-// TODO(hayato): Support SlotAssignment for non-shadow trees, e.g. a document tree.
+// TODO(hayato): Support SlotAssignment for non-shadow trees, e.g. a document
+// tree.
class SlotAssignment final : public GarbageCollected<SlotAssignment> {
public:
static SlotAssignment* create(ShadowRoot& owner) {
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp ('k') | third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698