Bug 107314 - Remove unused member variable m_useLatchedEventNode from PlatformWheelEvent.h
Summary: Remove unused member variable m_useLatchedEventNode from PlatformWheelEvent.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Terry Anderson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 12:44 PST by Terry Anderson
Modified: 2013-03-01 22:43 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.47 KB, patch)
2013-03-01 15:21 PST, Terry Anderson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.