[webkit-reviews] review granted: [Bug 117369] Scrolling with platformWidget and delegateScrolling is incorrectly clamped : [Attachment 204103] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 8 18:46:15 PDT 2013


Darin Adler <darin at apple.com> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 117369: Scrolling with platformWidget and delegateScrolling is incorrectly
clamped
https://bugs.webkit.org/show_bug.cgi?id=117369

Attachment 204103: Patch
https://bugs.webkit.org/attachment.cgi?id=204103&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=204103&action=review


> Source/WebCore/platform/ScrollView.cpp:429
> +    if (requestScrollPositionUpdate(newScrollPosition))
> +	   return;

Any downside to calling this for non-frame views?


More information about the webkit-reviews mailing list