Summary: | Change RenderBlock::hitTestFloats to IntPoint | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Emil A Eklund <eae> | ||||||
Component: | Layout and Rendering | Assignee: | Emil A Eklund <eae> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | eric, leviw, leviw, simon.fraser | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 60318 | ||||||||
Attachments: |
|
Description
Emil A Eklund
2011-06-06 19:02:52 PDT
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
|