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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h

Issue 2400783002: Reformat comments in core/layout/svg (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/svg/LayoutSVGInlineText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
index ec639d601280a53989288773d3c992121c3978f2..c472c1b985a39535132c8dfa48d2fad1bd5dc148 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
@@ -49,7 +49,8 @@ class LayoutSVGInlineText final : public LayoutText {
float& scalingFactor,
Font& scaledFont);
- // Preserves floating point precision for the use in DRT. It knows how to round and does a better job than enclosingIntRect.
+ // Preserves floating point precision for the use in DRT. It knows how to
+ // round and does a better job than enclosingIntRect.
FloatRect floatLinesBoundingBox() const;
PassRefPtr<StringImpl> originalText() const override;

Powered by Google App Engine
This is Rietveld 408576698