| Index: Source/core/layout/LayoutView.h
|
| diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
|
| index 3efce0ff300f593d4b5515539b49257308d9fef1..846f4f671712bc6e190e094a2eb3e02b4d279679 100644
|
| --- a/Source/core/layout/LayoutView.h
|
| +++ b/Source/core/layout/LayoutView.h
|
| @@ -50,7 +50,7 @@ public:
|
| virtual ~LayoutView();
|
| void willBeDestroyed() override;
|
|
|
| - bool hitTest(const HitTestRequest&, HitTestResult&);
|
| + bool hitTest(HitTestResult&);
|
| bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
|
|
|
| // Returns the total count of calls to HitTest, for testing.
|
|
|