WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Frédéric Wang (:fredw)
Comment 1
2017-06-23 03:36:32 PDT
Created
attachment 313703
[details]
Patch
Frédéric Wang (:fredw)
Comment 2
2017-06-23 12:13:51 PDT
Committed
r218756
: <
http://trac.webkit.org/changeset/218756
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug