Bug 91020

Summary: [chromium] [regression] Don't use ScrollByPrecisePixels on Chromium Mac.
Product: WebKit Reporter: Robert Kroeger <rjkroege>
Component: PlatformAssignee: Robert Kroeger <rjkroege>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Robert Kroeger 2012-07-11 14:51:29 PDT
A change in https://bugs.webkit.org/show_bug.cgi?id=87535 to improve the operation of smooth scrolling forced Chromium Mac to use the wrong scroll granularity on hasPreciseScrollingDeltas() == true on some wheelevent scrolls. Suppress this change on the Mac platform while preserving for Linux and Windows.
Comment 1 Robert Kroeger 2012-07-11 15:19:03 PDT
Created attachment 151797 [details]
Patch
Comment 2 Adam Barth 2012-07-11 15:24:20 PDT
Comment on attachment 151797 [details]
Patch

Ok...  That seems to match the ifdef for ScrollAnimator::create
Comment 3 WebKit Review Bot 2012-07-11 16:02:17 PDT
Comment on attachment 151797 [details]
Patch

Clearing flags on attachment: 151797

Committed r122382: <http://trac.webkit.org/changeset/122382>
Comment 4 WebKit Review Bot 2012-07-11 16:02:21 PDT
All reviewed patches have been landed.  Closing bug.