RESOLVED FIXED Bug 60586
Switch RenderBoxModelObject::paintNinePieceImage to use IntRect instead of four ints
https://bugs.webkit.org/show_bug.cgi?id=60586
Summary Switch RenderBoxModelObject::paintNinePieceImage to use IntRect instead of fo...
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.