diff options
Diffstat (limited to 'third_party/WebKit/Source/platform/PlatformWheelEvent.h')
| -rw-r--r-- | third_party/WebKit/Source/platform/PlatformWheelEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/PlatformWheelEvent.h b/third_party/WebKit/Source/platform/PlatformWheelEvent.h index 80734d7..66a27a4 100644 --- a/third_party/WebKit/Source/platform/PlatformWheelEvent.h +++ b/third_party/WebKit/Source/platform/PlatformWheelEvent.h @@ -91,7 +91,7 @@ public: bool canScroll() const { return m_canScroll; } void setCanScroll(bool b) { m_canScroll = b; } int resendingPluginId() const { return m_resendingPluginId; } - RailsMode railsMode() const { return m_railsMode; } + RailsMode getRailsMode() const { return m_railsMode; } #if OS(MACOSX) PlatformWheelEventPhase phase() const { return m_phase; } |
