| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| index 9bafbfc430d495c7b636a133561ca69039330406..fc510dfec94e157245de711946e81e9649ba7a5b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| @@ -62,6 +62,7 @@ private:
|
| void updateCurrentTextPosition(float x, float y, float glyphAdvance);
|
| void updateRelativePositionAdjustmentsIfNeeded(float dx, float dy);
|
|
|
| + void computeCurrentFragmentMetrics(SVGInlineTextBox*);
|
| void recordTextFragment(SVGInlineTextBox*);
|
|
|
| void beginTextPathLayout(SVGInlineFlowBox*);
|
|
|