Skip to content
  • simon.fraser@apple.com's avatar
    2009-06-23 Simon Fraser <simon.fraser@apple.com> · 83c3627e
    simon.fraser@apple.com authored
            Reviewed by Darin Adler.
    
            <rdar://problem/6997929> Assertion at WebCore::RenderLayer::updateClipRects with hardware acceleration
    
            The updatingControlTints() painting pass goes through compositing layer boundaries,
            so we need to ensure we don't cache clip rects computed with the wrong root by
            setting temporaryClipRects to true.
    
            * rendering/RenderLayer.cpp:
            (WebCore::RenderLayer::paintLayer):
    
            * rendering/RenderLayerBacking.cpp:
            (WebCore::RenderLayerBacking::contentOffsetInCompostingLayer):
            Remove a printf that I left in by mistake.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44996 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    83c3627e