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

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


Christophe Dumez <dchris at gmail.com> has asked  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 195560: Patch
https://bugs.webkit.org/attachment.cgi?id=195560&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