Changeset 245426 in webkit
- Timestamp:
- May 16, 2019, 4:27:57 PM (7 years ago)
- Location:
- branches/safari-608.1.24-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
rendering/RenderLayerCompositor.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24-branch/Source/WebCore/ChangeLog
r245425 r245426 1 2019-05-16 Kocsen Chung <kocsen_chung@apple.com> 2 3 Revert r245147. rdar://problem/50621407 4 1 5 2019-05-16 Kocsen Chung <kocsen_chung@apple.com> 2 6 -
branches/safari-608.1.24-branch/Source/WebCore/rendering/RenderLayerCompositor.cpp
r245425 r245426 956 956 957 957 #if ENABLE(CSS_COMPOSITING) 958 bool isolatedCompositedBlending = layer.isolatesCompositedBlending();959 958 layer.setHasNotIsolatedCompositedBlendingDescendants(childState.hasNotIsolatedCompositedBlendingDescendants); 960 if (layer.isolatesCompositedBlending() != isolatedCompositedBlending) {961 // isolatedCompositedBlending affects the result of clippedByAncestor().962 layer.setChildrenNeedCompositingGeometryUpdate();963 }964 965 959 ASSERT(!layer.hasNotIsolatedCompositedBlendingDescendants() || layer.hasNotIsolatedBlendingDescendants()); 966 960 #endif
Note:
See TracChangeset
for help on using the changeset viewer.