Bug 169153

Summary: Clean up RenderImage and a RenderImageResource function
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zalan: review+

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.