[webkit-reviews] review granted: [Bug 119078] [GTK] [EFL] Enable tiled shadow blur for the inset shadows. : [Attachment 207927] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 04:15:01 PDT 2013


Martin Robinson <mrobinson at webkit.org> has granted Alejandro G. Castro
<alex at igalia.com>'s request for review:
Bug 119078: [GTK] [EFL] Enable tiled shadow blur for the inset shadows.
https://bugs.webkit.org/show_bug.cgi?id=119078

Attachment 207927: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=207927&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=207927&action=review


> Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:1056
> +    if (this->mustUseShadowBlur())
> +	   platformContext()->shadowBlur().drawInsetShadow(this, rect,
roundedHoleRect.rect(), roundedHoleRect.radii());

You could even move this above the path manipulation, I think.


More information about the webkit-reviews mailing list