[webkit-reviews] review granted: [Bug 82221] Add rounding to Plugin creation in SubframeLoader : [Attachment 134046] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 12:29:28 PDT 2012


Eric Seidel <eric at webkit.org> has granted Levi Weintraub <leviw at chromium.org>'s
request for review:
Bug 82221: Add rounding to Plugin creation in SubframeLoader
https://bugs.webkit.org/show_bug.cgi?id=82221

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

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


> Source/WebCore/loader/SubframeLoader.cpp:363
> +    IntSize contentSize =
roundedIntSize(LayoutSize(renderer->contentWidth(),
renderer->contentHeight()));

Really?  No contentSize()?


More information about the webkit-reviews mailing list