Ongoing tx, ty removal.
Created attachment 96175 [details] Patch
Eric, did you miss this one in the flood of bug mail?
Comment on attachment 96175 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=96175&action=review > Source/WebCore/rendering/RenderBlock.cpp:3964 > + adjustedLocation += IntSize(toRenderView(this)->frameView()->scrollX(), toRenderView(this)->frameView()->scrollY()); Should we be using a scrollLocation() function here?
Arhh, got the name wrong. This is about hitTestFloats. Not Columns.
Created attachment 96323 [details] Patch for landing
Landed r88317.