| Index: Source/WebCore/platform/PlatformWheelEvent.h
|
| ===================================================================
|
| --- Source/WebCore/platform/PlatformWheelEvent.h (revision 145820)
|
| +++ Source/WebCore/platform/PlatformWheelEvent.h (working copy)
|
| @@ -157,6 +157,7 @@
|
|
|
| #if PLATFORM(MAC) || PLATFORM(CHROMIUM)
|
| bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
|
| + void setHasPreciseScrollingDeltas(bool b) { m_hasPreciseScrollingDeltas = b; }
|
| #endif
|
| #if PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN))
|
| PlatformWheelEventPhase phase() const { return m_phase; }
|
|
|