| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 84364d2571325853a0370137559346349b1a4cbe..4f621fb66781366def4dc3f8ab4c684e4117ec18 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -174,7 +174,7 @@ public:
|
|
|
| bool handleTouchEvent(const PlatformTouchEvent&);
|
|
|
| - bool useHandCursor(Node*, bool isOverLink, bool shiftKey);
|
| + bool useHandCursor(Node*, bool isOverLink);
|
|
|
| void notifyElementActivated();
|
|
|
| @@ -211,8 +211,8 @@ private:
|
|
|
| bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
|
|
|
| - OptionalCursor selectCursor(const HitTestResult&, bool shiftKey);
|
| - OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam, bool shiftKey);
|
| + OptionalCursor selectCursor(const HitTestResult&);
|
| + OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
|
|
|
| void hoverTimerFired(Timer<EventHandler>*);
|
| void cursorUpdateTimerFired(Timer<EventHandler>*);
|
|
|