| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| index e48981020d8072cd0f254ca9f6d3f2437499d43b..6db9bd69219267f35fa7b58d066f6f36e40c219c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -61,6 +61,8 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLAnchorElement> create(Document&);
|
| + static bool getClampedPointFromEvent(IntPoint&, const Event*);
|
| + static void appendServerMapMousePosition(StringBuilder&, IntPoint& clampedPoint);
|
|
|
| ~HTMLAnchorElement() override;
|
|
|
|
|