Bug 104898 - ShouldHitScrollbars is no longer used
Summary: ShouldHitScrollbars is no longer used
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 03:02 PST by Allan Sandfeld Jensen
Modified: 2012-12-13 03:43 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-12-13 03:02:02 PST
The ShouldHitScrollbars enum and code-path is dead code and no longer used. It was used by Chromium for handling X11 middle-mouse press, but after this code refactored and moved to EventHandler it is no longer needed.
Comment 1 Allan Sandfeld Jensen 2012-12-13 03:43:41 PST
Sorry, it turns out my information was outdated. ShouldHitScrollbars is now again used by the handling of gesture events.