Bug 61794

Summary: Switch RenderLineBoxList intersection functions to use IntPoint
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, eae, eric, hyatt, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch none

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.