| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| index 422847862df4f88da3edaf6c474b5068ef9d1cab..0843d9f0fab4d07d8e5d06bc927a327622248191 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
|
| @@ -62,7 +62,7 @@ private:
|
| void layout() override;
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - void updateBoundingBox();
|
| + bool updateBoundingBox();
|
|
|
| bool nodeAtFloatPoint(HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override;
|
|
|
|
|