Add ability to do an unconstrained scroll on a ScrollView
Created attachment 80346 [details] Patch
Comment on attachment 80346 [details] Patch Devirtualize the overhang painting function and get it out of FrameView, since ultimately it will be a callout through HostWindow. r=me with that change.
Landed in r76831.
:( Borked the whole world.
/Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/Source/WebCore/platform/ScrollView.cpp: In member function 'void WebCore::ScrollView::paintOverhangAreas(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&)': /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/Source/WebCore/platform/ScrollView.cpp:928: error: 'context' was not declared in this scope /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/Source/WebCore/platform/ScrollView.cpp:929: error: 'horizontalOverhangRect' was not declared in this scope /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/Source/WebCore/platform/ScrollView.cpp:933: error: 'verticalOverhangRect' was not declared in this scope
http://trac.webkit.org/changeset/76831 might have broken Qt Linux Release