| 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 9c0a769c69a52fb2088a044bf657c2c330d00389..432776d8cf2b3f347c0774cd76b10f501844d656 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineBaseline.h
|
| @@ -42,8 +42,6 @@ public:
|
|
|
| float calculateBaselineShift(const ComputedStyle&) const;
|
| float calculateAlignmentBaselineShift(bool isVerticalText, const LayoutObject* textLayoutObject) const;
|
| - float calculateGlyphOrientationAngle(bool isVerticalText, const SVGComputedStyle&, const UChar32 character) const;
|
| - float calculateGlyphAdvanceAndOrientation(bool isVerticalText, const SVGTextMetrics&, float angle, float& xOrientationShift, float& yOrientationShift) const;
|
|
|
| private:
|
| EAlignmentBaseline dominantBaselineToAlignmentBaseline(bool isVerticalText, const LayoutObject* textLayoutObject) const;
|
|
|