Bug 107314

Summary: Remove unused member variable m_useLatchedEventNode from PlatformWheelEvent.h
Product: WebKit Reporter: Terry Anderson <tdanderson>
Component: UI EventsAssignee: Terry Anderson <tdanderson>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, rjkroege, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Terry Anderson 2013-01-18 12:44:46 PST
EventHandler::handleGestureScrollCore() was removed in https://bugs.webkit.org/show_bug.cgi?id=103952, and this was the only function that called setUseLatchedEventNode() on a PlatformWheelEvent. We should remove the unused code related to latched wheelevent nodes from EventHandler::handleWheelEvent().
Comment 1 Terry Anderson 2013-03-01 15:21:00 PST
Created attachment 191052 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-01 22:43:38 PST
Comment on attachment 191052 [details]
Patch

Clearing flags on attachment: 191052

Committed r144531: <http://trac.webkit.org/changeset/144531>
Comment 3 WebKit Review Bot 2013-03-01 22:43:42 PST
All reviewed patches have been landed.  Closing bug.