RESOLVED FIXED 173763
Make RenderLayer::handleTouchEvent use usesAcceleratedScrolling()
https://bugs.webkit.org/show_bug.cgi?id=173763
Summary Make RenderLayer::handleTouchEvent use usesAcceleratedScrolling()
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.