RESOLVED FIXED 21149
Make the concept of scrolling modes cross-platform
https://bugs.webkit.org/show_bug.cgi?id=21149
Summary Make the concept of scrolling modes cross-platform
Dave Hyatt
Reported 2008-09-26 13:01:59 PDT
Make the concept of the scrolling modes on ScrollView be cross-platform.
Attachments
Patch (73.21 KB, patch)
2008-09-26 13:04 PDT, Dave Hyatt
sam: review+
Dave Hyatt
Comment 1 2008-09-26 13:04:04 PDT
Sam Weinig
Comment 2 2008-09-26 13:49:42 PDT
Comment on attachment 23856 [details] Patch + if (WebCore::FrameView *view = frame? frame->view() : 0) The * is on the wrong side and you need a space before the ?. r=me. God speed!
Dave Hyatt
Comment 3 2008-09-26 13:53:23 PDT
Fixed in r36962.
Note You need to log in before you can comment on or make changes to this bug.