Index: third_party/WebKit/Source/platform/PlatformWheelEvent.h |
diff --git a/third_party/WebKit/Source/platform/PlatformWheelEvent.h b/third_party/WebKit/Source/platform/PlatformWheelEvent.h |
index 80734d76b4e615647905c1d7840391c340833691..66a27a4a7eca2d26c07b3008aebf064e8827ea90 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; } |