Chromium Code Reviews| 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..0687e02b7c191b4de9295ec8f504070b1e3cad5b 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 hasIntrinsicSize(); |
|
jbroman
2016/04/14 19:22:36
nit: Can this method be const?
|
| + |
| private: |
| friend class AXLayoutObject; |
| friend class SVGImageChromeClient; |