[Webkit-unassigned] [Bug 184356] Tighten ImageSource to have BitmapImage pointer instead of Image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 08:05:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184356

--- Comment #6 from Antti Koivisto <koivisto at iki.fi> ---
> Shouldn't we do the same thing for the other methods which are related to
> multi-frame images only?
> 
>     virtual NativeImagePtr nativeImageForCurrentFrame(const GraphicsContext*
> = nullptr) { return nullptr; }
>     virtual ImageOrientation orientationForCurrentFrame() const { return
> ImageOrientation(); }
>     virtual Vector<NativeImagePtr> framesNativeImages() { return { }; }


nativeImageForCurrentFrame has SVGImage implementation too. Did the rest.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180406/6d9ac222/attachment-0002.html>


More information about the webkit-unassigned mailing list