| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| index 3297161d216f021d5b5455bd716e197d57754935..c17f12c1caa9198bb5833b12980a7761303c17d0 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
|
| @@ -44,6 +44,7 @@ public:
|
| FloatRect paintInvalidationRectInLocalCoordinates() const override;
|
| FloatRect objectBoundingBox() const override { return FloatRect(frameRect()); }
|
| FloatRect strokeBoundingBox() const override;
|
| + bool isObjectBoundingBoxValid() const;
|
|
|
| static LayoutSVGText* locateLayoutSVGTextAncestor(LayoutObject*);
|
| static const LayoutSVGText* locateLayoutSVGTextAncestor(const LayoutObject*);
|
|
|