| Index: Source/core/layout/HitTestLocation.h
|
| diff --git a/Source/core/layout/HitTestLocation.h b/Source/core/layout/HitTestLocation.h
|
| index d69f86595378c02cdc652a4b6e3130412da962a2..3ec873cf74ec67ba552ae16b7c1dcef781aaa214 100644
|
| --- a/Source/core/layout/HitTestLocation.h
|
| +++ b/Source/core/layout/HitTestLocation.h
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| private:
|
| template<typename RectType>
|
| - bool intersectsRect(const RectType&) const;
|
| + bool intersectsRect(const RectType&, const RectType& boundingBox) const;
|
| void move(const LayoutSize& offset);
|
|
|
| // This is cached forms of the more accurate point and area below.
|
|
|