Skip to content
  • andersca@apple.com's avatar
    Remove PlatformWheelEvent::m_isAccepted · 6cb18a47
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=69357
    
    Reviewed by Darin Adler.
    
    ../WebCore: 
    
    Remove PlatformWheelEvent::m_isAccepted and all the getters/setters.
    
    * page/EventHandler.cpp:
    (WebCore::EventHandler::handleWheelEvent):
    (WebCore::EventHandler::handleGestureEvent):
    * page/mac/EventHandlerMac.mm:
    (WebCore::EventHandler::wheelEvent):
    * platform/PlatformWheelEvent.h:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    * platform/ScrollAnimator.cpp:
    (WebCore::ScrollAnimator::handleWheelEvent):
    * platform/chromium/PopupContainer.cpp:
    (WebCore::PopupContainer::handleGestureEvent):
    * platform/chromium/ScrollAnimatorChromiumMac.mm:
    (WebCore::ScrollAnimatorChromiumMac::handleWheelEvent):
    * platform/efl/PlatformWheelEventEfl.cpp:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    * platform/mac/ScrollAnimatorMac.mm:
    (WebCore::ScrollAnimatorMac::handleWheelEvent):
    * platform/mac/WheelEventMac.mm:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    * platform/qt/WheelEventQt.cpp:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    * platform/win/WheelEventWin.cpp:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    * platform/wx/MouseWheelEventWx.cpp:
    (WebCore::PlatformWheelEvent::PlatformWheelEvent):
    
    ../WebKit/chromium: 
    
    * src/WebInputEventConversion.cpp:
    (WebKit::PlatformWheelEventBuilder::PlatformWheelEventBuilder):
    m_isAccepted has been removed.
    
    * src/WebScrollbarImpl.cpp:
    (WebKit::WebScrollbarImpl::onMouseWheel):
    Just return the value of handleWheelEvent.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96633 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6cb18a47