[webkit-reviews] review granted: [Bug 90103] [chromium] Do not multiply bounds by contentsScale in TiledLayerChromium and CanvasLayerTextureUpdater : [Attachment 149804] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 18:07:26 PDT 2012


Adrienne Walker <enne at google.com> has granted Dana Jansens
<danakj at chromium.org>'s request for review:
Bug 90103: [chromium] Do not multiply bounds by contentsScale in
TiledLayerChromium and CanvasLayerTextureUpdater
https://bugs.webkit.org/show_bug.cgi?id=90103

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

------- Additional Comments from Adrienne Walker <enne at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=149804&action=review


Eep.  Nice catch!  One small nit, but otherwise R=me.

> Source/WebCore/platform/graphics/chromium/CanvasLayerTextureUpdater.cpp:61
> +    if (contentsWidthScale != 1.0 || contentsHeightScale) {

!= 1.0 ??


More information about the webkit-reviews mailing list