RESOLVED FIXED 169153
Clean up RenderImage and a RenderImageResource function
https://bugs.webkit.org/show_bug.cgi?id=169153
Summary Clean up RenderImage and a RenderImageResource function
Simon Fraser (smfr)
Reported 2017-03-03 16:05:34 PST
Clean up RenderImage and a RenderImageResource function
Attachments
Patch (15.54 KB, patch)
2017-03-03 16:08 PST, Simon Fraser (smfr)
zalan: review+
Simon Fraser (smfr)
Comment 1 2017-03-03 16:08:48 PST
zalan
Comment 2 2017-03-03 16:14:06 PST
Comment on attachment 303351 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303351&action=review auto pls. > Source/WebCore/rendering/RenderImageResourceStyleImage.h:46 > + RefPtr<Image> image(const IntSize& = { }) const override; What's the current recommendation on passing const reference vs. value? InSize has 2 ints.
Simon Fraser (smfr)
Comment 3 2017-03-03 17:45:08 PST
Note You need to log in before you can comment on or make changes to this bug.