Bug 101497

Summary: Fix enclosingLayoutRect calls in InlineFlowBox.h
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Emil A Eklund <eae>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, eric, feature-media-reviews, leviw, tdanderson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 98062    
Attachments:
Description Flags
Patch
none
Patch none

Emil A Eklund
Reported 2012-11-07 11:39:25 PST
InlineFlowBox.h used to include LayoutTypesInlineMethods.h which overrid enclosingLayoutRect to call closingIntRect. When we removed the LayoutTypes abstraction we switched these to enclosingIntRect to preserve the behavior. This patch changes these back to enclosingLayoutRect which is the desired behavior. This might fix bug 98062.
Attachments
Patch (10.45 KB, patch)
2012-11-07 11:42 PST, Emil A Eklund
no flags
Patch (56.15 KB, patch)
2012-11-07 15:44 PST, Emil A Eklund
no flags
Emil A Eklund
Comment 1 2012-11-07 11:42:44 PST
Emil A Eklund
Comment 2 2012-11-07 15:44:07 PST
Emil A Eklund
Comment 3 2012-11-08 08:45:44 PST
Note You need to log in before you can comment on or make changes to this bug.