RESOLVED FIXED 14531
[CAIRO] SVGImage::nativeImageForCurrentFrame() has no return
https://bugs.webkit.org/show_bug.cgi?id=14531
Summary [CAIRO] SVGImage::nativeImageForCurrentFrame() has no return
Alp Toker
Reported 2007-07-05 05:18:26 PDT
This was missed by the Cairo SVG support patch and triggers a compiler warning in SVGImage.cpp.
Attachments
Return the Cairo surface from the frame cache (1.46 KB, patch)
2007-07-05 05:26 PDT, Alp Toker
mrowe: review+
Alp Toker
Comment 1 2007-07-05 05:26:28 PDT
Created attachment 15401 [details] Return the Cairo surface from the frame cache This patch also adds a fall-through else macro with notImplemented() so that future ports do not make the same mistake.
Mark Rowe (bdash)
Comment 2 2007-07-05 06:46:45 PDT
Landed in r24015.
Note You need to log in before you can comment on or make changes to this bug.