| 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 dc6ae4218c10d5826799329176a225cbd417e8c7..3f0ae1bcce8d12200fce278b01b93cf1e4c568f9 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;
|
|
|
|
|