| Index: Source/core/layout/LayoutView.h
|
| diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
|
| index 1af5fd647c7e678b8ef5256dbdb22976aac43741..3d15b80dad54a33c7feccbdf4cde1f93b32c2624 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.
|
|
|