Bug 173763

Summary: Make RenderLayer::handleTouchEvent use usesAcceleratedScrolling()
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: FramesAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Minor CC: simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149264    
Attachments:
Description Flags
Patch simon.fraser: review+

Frédéric Wang (:fredw)
Reported 2017-06-23 03:34:11 PDT
Currently, the code is: // If we have accelerated scrolling, let the scrolling be handled outside of WebKit. if (hasTouchScrollableOverflow()) on iOS hasTouchScrollableOverflow() is equivalent to usesAcceleratedScrolling(), so we could do that minor change for code clarity.
Attachments
Patch (1.53 KB, patch)
2017-06-23 03:36 PDT, Frédéric Wang (:fredw)
simon.fraser: review+
Frédéric Wang (:fredw)
Comment 1 2017-06-23 03:36:32 PDT
Frédéric Wang (:fredw)
Comment 2 2017-06-23 12:13:51 PDT
Note You need to log in before you can comment on or make changes to this bug.