| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| index 79b5f18bff88aa8cd62473719d0a762469b7f44b..17e3ae36d602e98642e5af3c78d88eea3b967e28 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| @@ -31,6 +31,7 @@ public:
|
|
|
| Path layoutPath() const;
|
| float startOffset() const;
|
| + bool isPercentageForStartOffset() const;
|
|
|
| bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
|
|
|
|
|