Bug 60586

Summary: Switch RenderBoxModelObject::paintNinePieceImage to use IntRect instead of four ints
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: eae, eric, hyatt, jamesr, mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60490    
Attachments:
Description Flags
Patch none

Levi Weintraub
Reported 2011-05-10 14:55:27 PDT
The tx, ty, w, and h passed in are used directly for painting -- the render object's local position isn't added to tx/ty as it is elsewhere, so it really *is* representing a position, not an offset.
Attachments
Patch (13.39 KB, patch)
2011-05-10 15:31 PDT, Levi Weintraub
no flags
Levi Weintraub
Comment 1 2011-05-10 15:31:25 PDT
Levi Weintraub
Comment 2 2011-05-10 15:45:33 PDT
Comment on attachment 93028 [details] Patch Clearing flags on attachment: 93028 Committed r86188: <http://trac.webkit.org/changeset/86188>
Levi Weintraub
Comment 3 2011-05-10 15:45:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.