| Index: sky/engine/platform/graphics/CompositingReasons.h
|
| diff --git a/sky/engine/platform/graphics/CompositingReasons.h b/sky/engine/platform/graphics/CompositingReasons.h
|
| index d8b44a87bee1f451e5252ad96f3d105427a80ac6..96325da7b89350b246b3da0227c5ca212341dcee 100644
|
| --- a/sky/engine/platform/graphics/CompositingReasons.h
|
| +++ b/sky/engine/platform/graphics/CompositingReasons.h
|
| @@ -51,7 +51,7 @@ const uint64_t CompositingReasonBlendingWithCompositedDescendants = UINT6
|
| const uint64_t CompositingReasonClipsCompositingDescendants = UINT64_C(1) << 34;
|
| const uint64_t CompositingReasonPerspectiveWith3DDescendants = UINT64_C(1) << 35;
|
| const uint64_t CompositingReasonPreserve3DWith3DDescendants = UINT64_C(1) << 36;
|
| -const uint64_t CompositingReasoWnIsolateCompositedDescendants = UINT64_C(1) << 38;
|
| +const uint64_t CompositingReasonIsolateCompositedDescendants = UINT64_C(1) << 38;
|
|
|
| // The root layer is a special case that may be forced to be a layer, but also it needs to be
|
| // a layer if anything else in the subtree is composited.
|
|
|