[webkit-reviews] review granted: [Bug 80918] Update LayoutUnit usage in descendants of RenderReplaced : [Attachment 132788] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 10:16:24 PDT 2012


Eric Seidel <eric at webkit.org> has granted Levi Weintraub <leviw at chromium.org>'s
request for review:
Bug 80918: Update LayoutUnit usage in descendants of RenderReplaced
https://bugs.webkit.org/show_bug.cgi?id=80918

Attachment 132788: Patch
https://bugs.webkit.org/attachment.cgi?id=132788&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=132788&action=review


ok.

> Source/WebCore/rendering/RenderImage.cpp:530
> +	       containerSize.setWidth(roundToInt(containerSize.width() *
style()->effectiveZoom()));
> +	       containerSize.setHeight(roundToInt(containerSize.height() *
style()->effectiveZoom()));

Don't we have a method on size to do thos multiply already?


More information about the webkit-reviews mailing list