| Index: sky/engine/core/rendering/RenderImage.h
|
| diff --git a/sky/engine/core/rendering/RenderImage.h b/sky/engine/core/rendering/RenderImage.h
|
| index 5c26e9408070da03a80811e117e3957990917587..c62f4cd69650ca918b763cc79d6a0af1863227ab 100644
|
| --- a/sky/engine/core/rendering/RenderImage.h
|
| +++ b/sky/engine/core/rendering/RenderImage.h
|
| @@ -69,7 +69,7 @@ private:
|
|
|
| virtual LayoutUnit minimumReplacedHeight() const override;
|
|
|
| - virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
| + virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) override final;
|
|
|
| void updateIntrinsicSizeIfNeeded(const LayoutSize& newSize);
|
| // Update the size of the image to be rendered. Object-fit may cause this to be different from the CSS box's content rect.
|
|
|