⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245426 in webkit


Ignore:
Timestamp:
May 16, 2019, 4:27:57 PM (7 years ago)
Author:
Kocsen Chung
Message:

Revert r245147. rdar://problem/50621407

Location:
branches/safari-608.1.24-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1.24-branch/Source/WebCore/ChangeLog

    r245425 r245426  
     12019-05-16  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Revert r245147. rdar://problem/50621407
     4
    152019-05-16  Kocsen Chung  <kocsen_chung@apple.com>
    26
  • branches/safari-608.1.24-branch/Source/WebCore/rendering/RenderLayerCompositor.cpp

    r245425 r245426  
    956956
    957957#if ENABLE(CSS_COMPOSITING)
    958     bool isolatedCompositedBlending = layer.isolatesCompositedBlending();
    959958    layer.setHasNotIsolatedCompositedBlendingDescendants(childState.hasNotIsolatedCompositedBlendingDescendants);
    960     if (layer.isolatesCompositedBlending() != isolatedCompositedBlending) {
    961         // isolatedCompositedBlending affects the result of clippedByAncestor().
    962         layer.setChildrenNeedCompositingGeometryUpdate();
    963     }
    964 
    965959    ASSERT(!layer.hasNotIsolatedCompositedBlendingDescendants() || layer.hasNotIsolatedBlendingDescendants());
    966960#endif
Note: See TracChangeset for help on using the changeset viewer.