diff options
Diffstat (limited to 'Source/WebKit/chromium/src/ChromeClientImpl.h')
| -rw-r--r-- | Source/WebKit/chromium/src/ChromeClientImpl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.h b/Source/WebKit/chromium/src/ChromeClientImpl.h index 9aa8dff32..30315d394 100644 --- a/Source/WebKit/chromium/src/ChromeClientImpl.h +++ b/Source/WebKit/chromium/src/ChromeClientImpl.h @@ -148,8 +148,7 @@ public: virtual void setCursorHiddenUntilMouseMoves(bool); virtual void formStateDidChange(const WebCore::Node*); #if ENABLE(TOUCH_EVENTS) - // FIXME: All touch events are forwarded regardless of whether or not they are needed. - virtual void needTouchEvents(bool needTouchEvents) { } + virtual void needTouchEvents(bool needTouchEvents) OVERRIDE; #endif #if USE(ACCELERATED_COMPOSITING) @@ -207,7 +206,6 @@ public: virtual bool shouldRubberBandInDirection(WebCore::ScrollDirection) const; virtual void numWheelEventHandlersChanged(unsigned); - virtual void numTouchEventHandlersChanged(unsigned); #if ENABLE(POINTER_LOCK) virtual bool requestPointerLock(); |
