| Index: sky/engine/platform/graphics/CompositingReasons.cpp
|
| diff --git a/sky/engine/platform/graphics/CompositingReasons.cpp b/sky/engine/platform/graphics/CompositingReasons.cpp
|
| index f441e84c26cfdb7b76c278b9efa6fe0ec5dc0459..b2512b2caa69659eaf73b9e4842e8fcd719e415e 100644
|
| --- a/sky/engine/platform/graphics/CompositingReasons.cpp
|
| +++ b/sky/engine/platform/graphics/CompositingReasons.cpp
|
| @@ -85,9 +85,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
|
| { CompositingReasonSquashedLayerClipsCompositingDescendants,
|
| "squashedLayerClipsCompositingDescendants",
|
| "Squashing a layer that clips composited descendants is not supported." },
|
| - { CompositingReasonSquashingRenderPartIsDisallowed,
|
| - "squashingRenderPartIsDisallowed",
|
| - "Squashing a frame, iframe or plugin is not supported." },
|
| { CompositingReasonTransformWithCompositedDescendants,
|
| "transformWithCompositedDescendants",
|
| "Has a transform that needs to be known by compositor because of composited descendants" },
|
|
|