Bug 61794 - Switch RenderLineBoxList intersection functions to use IntPoint
Summary: Switch RenderLineBoxList intersection functions to use IntPoint
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: Levi Weintraub
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2011-05-31 11:50 PDT by Levi Weintraub
Modified: 2011-06-01 10:59 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.71 KB, patch)
2011-05-31 13:17 PDT, Levi Weintraub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Levi Weintraub 2011-05-31 11:50:44 PDT
RenderLineBoxList::anyLineIntersectsRect, lineIntersectsDirtyRect, and rangeIntersectsRect all use tx/ty to represent offsets from painting and hit testing.
Comment 1 Levi Weintraub 2011-05-31 13:17:03 PDT
Created attachment 95468 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-31 19:31:36 PDT
Comment on attachment 95468 [details]
Patch

OK.
Comment 3 Levi Weintraub 2011-06-01 10:59:05 PDT
Comment on attachment 95468 [details]
Patch

Clearing flags on attachment: 95468

Committed r87825: <http://trac.webkit.org/changeset/87825>
Comment 4 Levi Weintraub 2011-06-01 10:59:09 PDT
All reviewed patches have been landed.  Closing bug.