| Index: Source/platform/graphics/CompositingReasons.cpp
|
| diff --git a/Source/platform/graphics/CompositingReasons.cpp b/Source/platform/graphics/CompositingReasons.cpp
|
| index d31167768ffa6fa4e7a7ad33c82d03d6ce7b2680..97d7506df63e43044c5fb9285b59cd58ad6c202b 100644
|
| --- a/Source/platform/graphics/CompositingReasons.cpp
|
| +++ b/Source/platform/graphics/CompositingReasons.cpp
|
| @@ -94,8 +94,8 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
|
| { CompositingReasonSquashedLayerClipsCompositingDescendants,
|
| "squashedLayerClipsCompositingDescendants",
|
| "Squashing a layer that clips composited descendants is not supported." },
|
| - { CompositingReasonSquashingRenderPartIsDisallowed,
|
| - "squashingRenderPartIsDisallowed",
|
| + { CompositingReasonSquashingLayoutPartIsDisallowed,
|
| + "squashingLayoutPartIsDisallowed",
|
| "Squashing a frame, iframe or plugin is not supported." },
|
| { CompositingReasonSquashingReflectionIsDisallowed,
|
| "squashingReflectionDisallowed",
|
|
|