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

Description Levi Weintraub 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.
Comment 1 Levi Weintraub 2011-05-10 15:31:25 PDT
Created attachment 93028 [details]
Patch
Comment 2 Levi Weintraub 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>
Comment 3 Levi Weintraub 2011-05-10 15:45:36 PDT
All reviewed patches have been landed.  Closing bug.