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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ElementShadow.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/ElementShadow.h
diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
index 80b635e2db8ce6bbc09660d2bbf79669e8ef2a03..3e439e730cff4a74c244272880ceba0642fff56f 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
+++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
@@ -49,7 +49,8 @@ class CORE_EXPORT ElementShadow final
return m_shadowRoot->host();
}
- // TODO(hayato): Remove youngestShadowRoot() and oldestShadowRoot() from ElementShadow
+ // TODO(hayato): Remove youngestShadowRoot() and oldestShadowRoot() from
+ // ElementShadow
ShadowRoot& youngestShadowRoot() const;
ShadowRoot& oldestShadowRoot() const {
DCHECK(m_shadowRoot);

Powered by Google App Engine
This is Rietveld 408576698