[webkit-reviews] review canceled: [Bug 113420] Regression(r142765) Broke Custom SVG cursors and SVG canvas drawing for Chromium : [Attachment 195515] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 06:52:23 PDT 2013


Christophe Dumez <dchris at gmail.com> has canceled Christophe Dumez
<dchris at gmail.com>'s request for review:
Bug 113420: Regression(r142765) Broke Custom SVG cursors and SVG canvas drawing
for Chromium
https://bugs.webkit.org/show_bug.cgi?id=113420

Attachment 195515: Patch
https://bugs.webkit.org/attachment.cgi?id=195515&action=review

------- Additional Comments from Christophe Dumez <dchris at gmail.com>
- Add "typedef RefPtr<NativeImage> NativeImagePtr" for Skia to avoid #ifdef in
BitmapImage.h.
- Replace NativeImagePtr by NativeImagePassPtr where suitable in non Skia
specific code to make porting easier. For now, this does not change the
behavior as NativeImagePassPtr is a typedef to NativeImagePtr for non-Skia
code.


More information about the webkit-reviews mailing list