[webkit-reviews] review denied: [Bug 19652] [CAIRO] wrong drawing of border-image : [Attachment 22854] border-image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 17:18:33 PDT 2008


Eric Seidel <eric at webkit.org> has denied Dirk Schulze <vbs85 at gmx.de>'s request
for review:
Bug 19652: [CAIRO] wrong drawing of border-image
https://bugs.webkit.org/show_bug.cgi?id=19652

Attachment 22854: border-image
https://bugs.webkit.org/attachment.cgi?id=22854&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
You can force a FloatSize to an IntSize using IntSize(floatSize);

nativeImageForCurrentFrame is supposed to return a pointer to a cached frame
image, so you shouldn't be releasing it.  Does cairo intentionally have a
different memory management model for this?  Maybe Images aren't ref-counted in
Cairo?


More information about the webkit-reviews mailing list