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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.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/SVGTextLayoutEngineBaseline.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h
index 72d0362e04ac93c5b720d97e637c965b8d75116e..6bc6cb93bc7f307bee3f38933b8b866edd7bb388 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h
@@ -34,7 +34,8 @@ class ComputedStyle;
class SVGComputedStyle;
class SVGTextMetrics;
-// Helper class used by SVGTextLayoutEngine to handle 'alignment-baseline' / 'dominant-baseline' and 'baseline-shift'.
+// Helper class used by SVGTextLayoutEngine to handle 'alignment-baseline' /
+// 'dominant-baseline' and 'baseline-shift'.
class SVGTextLayoutEngineBaseline {
STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(SVGTextLayoutEngineBaseline);
@@ -52,9 +53,10 @@ class SVGTextLayoutEngineBaseline {
const Font& m_font;
- // Everything we read from the m_font's font descriptor during layout is scaled by the effective
- // zoom, as fonts always are in computed style. Since layout inside SVG takes place in unzoomed
- // coordinates we have to compensate for zoom when reading values from the font descriptor.
+ // Everything we read from the m_font's font descriptor during layout is
+ // scaled by the effective zoom, as fonts always are in computed style. Since
+ // layout inside SVG takes place in unzoomed coordinates we have to compensate
+ // for zoom when reading values from the font descriptor.
float m_effectiveZoom;
};

Powered by Google App Engine
This is Rietveld 408576698