| Index: Source/core/layout/svg/LayoutSVGImage.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGImage.h b/Source/core/layout/svg/LayoutSVGImage.h
|
| index 8f6fd7a99012bf3d67a90909e6f82e5d7bece4c4..bb328e1f0fcf1eb375cdcaa96abd06584ffd1e13 100644
|
| --- a/Source/core/layout/svg/LayoutSVGImage.h
|
| +++ b/Source/core/layout/svg/LayoutSVGImage.h
|
| @@ -60,7 +60,7 @@ private:
|
|
|
| virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override;
|
|
|
| - virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override;
|
| + virtual void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| virtual void layout() override;
|
| virtual void paint(const PaintInfo&, const LayoutPoint&) override;
|
|
|