Bug 101497 - Fix enclosingLayoutRect calls in InlineFlowBox.h
Summary: Fix enclosingLayoutRect calls in InlineFlowBox.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 98062
  Show dependency treegraph
 
Reported: 2012-11-07 11:39 PST by Emil A Eklund
Modified: 2012-11-08 09:45 PST (History)
6 users (show)

See Also:


Attachments
Patch (10.45 KB, patch)
2012-11-07 11:42 PST, Emil A Eklund
no flags Details | Formatted Diff | Diff
Patch (56.15 KB, patch)
2012-11-07 15:44 PST, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emil A Eklund 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.
Comment 1 Emil A Eklund 2012-11-07 11:42:44 PST
Created attachment 172851 [details]
Patch
Comment 2 Emil A Eklund 2012-11-07 15:44:07 PST
Created attachment 172884 [details]
Patch
Comment 3 Emil A Eklund 2012-11-08 08:45:44 PST
Committed r133903: <http://trac.webkit.org/changeset/133903>