| 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;
|
| };
|
|
|
|
|