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

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h

Issue 2392153002: Reformat comments in core/layout/api (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/api/LineLayoutSVGInlineText.h
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
index c332f59e4d722e01784f94d83e6050f7ec8224d6..ce3c7f9f1274e1ea8065135bc0d892a1b7cefcbd 100644
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
@@ -71,7 +71,8 @@ class SVGInlineTextMetricsIterator {
if (m_characterOffset == startCharacterOffset)
return;
- // TODO(fs): We could walk backwards through the metrics list in these cases.
+ // TODO(fs): We could walk backwards through the metrics list in these
+ // cases.
if (m_characterOffset > startCharacterOffset)
reset(textLineLayout);
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LineLayoutItem.h ('k') | third_party/WebKit/Source/core/layout/api/SelectionState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698