| Index: sky/engine/core/page/EventHandler.h
|
| diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
|
| index 0df6d392cc3dfd64c6709babd905d2f173dd5a34..f1cb859f4e34b72e023367a546d249e799511a17 100644
|
| --- a/sky/engine/core/page/EventHandler.h
|
| +++ b/sky/engine/core/page/EventHandler.h
|
| @@ -87,8 +87,6 @@ public:
|
|
|
| void capsLockStateMayHaveChanged(); // Only called by FrameSelection
|
|
|
| - bool useHandCursor(Node*, bool isOverLink);
|
| -
|
| void notifyElementActivated();
|
|
|
| private:
|
| @@ -96,7 +94,7 @@ private:
|
| void selectClosestMisspellingFromHitTestResult(const HitTestResult&, AppendTrailingWhitespace);
|
|
|
| OptionalCursor selectCursor(const HitTestResult&);
|
| - OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
|
| + OptionalCursor selectAutoCursor(const HitTestResult&, Node*);
|
|
|
| void hoverTimerFired(Timer<EventHandler>*);
|
| void cursorUpdateTimerFired(Timer<EventHandler>*);
|
|
|