Skip to content
  • simon.fraser@apple.com's avatar
    ASSERTION FAILED: m_repaintRect ==... · 098ed699
    simon.fraser@apple.com authored
    ASSERTION FAILED: m_repaintRect == renderer()->clippedOverflowRectForRepaint(renderer()->containerForRepaint()) after r135816
    https://bugs.webkit.org/show_bug.cgi?id=103432
    
    Reviewed by Allan Sandfeld Jensen.
    
    Remove optimization added in r99752 that attempted to avoid clip rect
    updates for table cells. As the assertions show, this optimization
    is not always correct, so remove it. Bug 108272 tracks adding it back in.
    
    * rendering/RenderLayer.cpp:
    (WebCore::RenderLayer::RenderLayer):
    (WebCore::RenderLayer::updateLayerPositionsAfterScroll): Remove m_canSkipRepaintRectsUpdateOnScroll
    check when updating clip rects.
    * rendering/RenderLayer.h: Remove the m_canSkipRepaintRectsUpdateOnScroll bit.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147759 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    098ed699