| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index eb4efe0e236d38a2eb1a544bcff600876450ba75..5a719b760cccf6ee3e1528add3d23e0b91a65543 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -86,6 +86,8 @@ public:
|
| String debugName() const final { return "SVGImage"; }
|
| LayoutRect visualRect() const override;
|
|
|
| + bool hasIntrinsicDimensions() const;
|
| +
|
| private:
|
| friend class AXLayoutObject;
|
| friend class SVGImageChromeClient;
|
|
|