12010-09-30 Alejandro G. Castro <alex@igalia.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 ContextShadow should not use the blur radius as kernel size of the
6 box blurs
7 https://bugs.webkit.org/show_bug.cgi?id=46918
8
9 Calculate the size of the kernel in the blur algorihtm using the
10 radius instead of using directly.
11
12 * platform/graphics/ContextShadow.cpp:
13 (WebCore::ContextShadow::blurLayerImage):
14 (WebCore::ContextShadow::calculateLayerBoundingRect):
15