[webkit-reviews] review granted: [Bug 83350] Background width (or height) is wrong if width (or height) * zoom < 1 : [Attachment 136810] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 13:29:59 PDT 2012


Nikolas Zimmermann <zimmermann at kde.org> has granted Shinya Kawanaka
<shinyak at chromium.org>'s request for review:
Bug 83350: Background width (or height) is wrong if width (or height) * zoom <
1
https://bugs.webkit.org/show_bug.cgi?id=83350

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

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=136810&action=review


That approach is much better, r=me! Please correct one thing before landing:

> Source/WebCore/platform/graphics/IntSize.h:92
> +	   this->scale(scale, scale);

s/this->//


More information about the webkit-reviews mailing list