| Index: Source/core/layout/LayoutTextFragment.h
|
| diff --git a/Source/core/layout/LayoutTextFragment.h b/Source/core/layout/LayoutTextFragment.h
|
| index cfc1ad83ddae2f4d555a6e6dc849bff8b4584fe9..7d814a63e854a0b9d1d41fb267ec9b2f4a871e56 100644
|
| --- a/Source/core/layout/LayoutTextFragment.h
|
| +++ b/Source/core/layout/LayoutTextFragment.h
|
| @@ -78,7 +78,7 @@ private:
|
| virtual UChar previousCharacter() const override;
|
|
|
| Text* associatedTextNode() const;
|
| - void updateHitTestResult(HitTestResult&, const LayoutPoint&) override;
|
| + void updateHitTestResult(HitTestResult&, const LayoutPoint&, const LayoutRect&) override;
|
|
|
| unsigned m_start;
|
| unsigned m_end;
|
|
|