| Index: Source/core/layout/HitTestResult.h
|
| diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
|
| index c4736c259bbb952d1e712621bd7c685a4573ae1e..3015d872e9853c06bc119d495b99509cb362f3c3 100644
|
| --- a/Source/core/layout/HitTestResult.h
|
| +++ b/Source/core/layout/HitTestResult.h
|
| @@ -66,6 +66,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| bool equalForCacheability(const HitTestResult&) const;
|
| + unsigned equalityScore(const HitTestResult&) const;
|
| void cacheValues(const HitTestResult&);
|
|
|
| // Populate this object based on another HitTestResult; similar to assignment operator
|
|
|