RESOLVED FIXED 78425
Implement more ScrollElasticityControllerClient member functions
https://bugs.webkit.org/show_bug.cgi?id=78425
Summary Implement more ScrollElasticityControllerClient member functions
Anders Carlsson
Reported 2012-02-11 14:56:12 PST
Implement more ScrollElasticityControllerClient member functions
Attachments
Patch (9.25 KB, patch)
2012-02-11 14:57 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-02-11 14:57:22 PST
Anders Carlsson
Comment 2 2012-02-11 15:05:00 PST
Brent Fulgham
Comment 3 2014-02-05 09:51:07 PST
Comment on attachment 126650 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126650&action=review > Source/WebCore/page/scrolling/mac/ScrollingTreeNodeMac.mm:134 > + limitDelta.setHeight(scrollPosition().x() - minimumScrollPosition().x()); Should this really have been setHeight? It seems like other cases of this logic would use "setWidth". I don't think it changes anything, but might be clearer.
Note You need to log in before you can comment on or make changes to this bug.