Skip to content
  • simon.fraser@apple.com's avatar
    2011-01-30 Simon Fraser <simon.fraser@apple.com> · 36a7cc24
    simon.fraser@apple.com authored
            Reviewed by Sam Weinig.
    
            Enhance ShadowBlur to render inset box shadows
            https://bugs.webkit.org/show_bug.cgi?id=51567
    
            Use ShadowBlur for inset box-shadows with CG. It
            currently lacks a tiled version, but is still much
            faster than CG shadows.
    
            Test: fast/box-shadow/inset-box-shadow-radius.html
    
            * platform/graphics/ShadowBlur.cpp:
            * platform/graphics/ShadowBlur.h: New method for inset
            shadows.
            (WebCore::ShadowBlur::drawInsetShadow):
    
            * platform/graphics/GraphicsContext.cpp: #ifdef out
            fillRectWithRoundedHole() for CG.
    
            * platform/graphics/cg/GraphicsContextCG.cpp:
            (WebCore::GraphicsContext::fillRectWithRoundedHole): If there's
            a shadow with a radius > 0, use ShadowBlur.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77110 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    36a7cc24