| Index: sky/engine/platform/graphics/CompositingReasons.h
|
| diff --git a/sky/engine/platform/graphics/CompositingReasons.h b/sky/engine/platform/graphics/CompositingReasons.h
|
| index a64bd34b5702f4e8b19629f3be6de99f55438b4d..ed542790d27b7b6ef16f9b2c975a4f8ac312039c 100644
|
| --- a/sky/engine/platform/graphics/CompositingReasons.h
|
| +++ b/sky/engine/platform/graphics/CompositingReasons.h
|
| @@ -43,7 +43,6 @@ const uint64_t CompositingReasonSquashingFilterAncestorMismatch = UINT6
|
| const uint64_t CompositingReasonSquashingWouldBreakPaintOrder = UINT64_C(1) << 23;
|
| const uint64_t CompositingReasonSquashingVideoIsDisallowed = UINT64_C(1) << 24;
|
| const uint64_t CompositingReasonSquashedLayerClipsCompositingDescendants = UINT64_C(1) << 25;
|
| -const uint64_t CompositingReasonSquashingRenderPartIsDisallowed = UINT64_C(1) << 26;
|
|
|
| // Subtree reasons that require knowing what the status of your subtree is before knowing the answer
|
| const uint64_t CompositingReasonTransformWithCompositedDescendants = UINT64_C(1) << 28;
|
| @@ -137,7 +136,6 @@ const uint64_t CompositingReasonComboReasonsThatRequireOwnBacking =
|
| | CompositingReasonSquashingWouldBreakPaintOrder
|
| | CompositingReasonSquashingVideoIsDisallowed
|
| | CompositingReasonSquashedLayerClipsCompositingDescendants
|
| - | CompositingReasonSquashingRenderPartIsDisallowed
|
| | CompositingReasonTransformWithCompositedDescendants
|
| | CompositingReasonOpacityWithCompositedDescendants
|
| | CompositingReasonMaskWithCompositedDescendants
|
|
|