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

Unified Diff: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp

Issue 2403553002: reflow comments in core/layout/[M-Z]*.{cpp,h} (Closed)
Patch Set: 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/layout/ScrollAnchor.cpp
diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
index 2cb186f4a88714ce0117e7a4df4ae15cb01a0ee7..f5ca659f11a40a29519966a588cf29d4d31d143d 100644
--- a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
+++ b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
@@ -37,8 +37,8 @@ void ScrollAnchor::setScroller(ScrollableArea* scroller) {
clear();
}
-// TODO(pilgrim) replace all instances of scrollerLayoutBox with scrollerLayoutBoxItem
-// https://crbug.com/499321
+// TODO(pilgrim): Replace all instances of scrollerLayoutBox with
+// scrollerLayoutBoxItem, https://crbug.com/499321
static LayoutBox* scrollerLayoutBox(const ScrollableArea* scroller) {
LayoutBox* box = scroller->layoutBox();
DCHECK(box);

Powered by Google App Engine
This is Rietveld 408576698