| Index: Source/core/events/WheelEvent.h
|
| diff --git a/Source/core/events/WheelEvent.h b/Source/core/events/WheelEvent.h
|
| index aa341ce691bba7e44f21991a5dc7dbe5089b2e67..ffde9022430d17c6ae2f237c3477fde188662c97 100644
|
| --- a/Source/core/events/WheelEvent.h
|
| +++ b/Source/core/events/WheelEvent.h
|
| @@ -83,8 +83,6 @@ public:
|
| float ticksX() const { return static_cast<float>(m_wheelDelta.x()) / TickMultiplier; }
|
| float ticksY() const { return static_cast<float>(m_wheelDelta.y()) / TickMultiplier; }
|
|
|
| - bool webkitDirectionInvertedFromDevice() const { return false; }
|
| -
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
| virtual bool isMouseEvent() const OVERRIDE;
|
| virtual bool isWheelEvent() const OVERRIDE;
|
|
|