| Index: Source/core/rendering/RenderTreeAsText.cpp
|
| diff --git a/Source/core/rendering/RenderTreeAsText.cpp b/Source/core/rendering/RenderTreeAsText.cpp
|
| index d055863397eb39b9d98aa57b43c859036049b3d1..d4ecdf0516040b8f2fa21ea646b8a3b6181488f4 100644
|
| --- a/Source/core/rendering/RenderTreeAsText.cpp
|
| +++ b/Source/core/rendering/RenderTreeAsText.cpp
|
| @@ -551,7 +551,7 @@ static void write(TextStream& ts, RenderLayer& l,
|
| ts << " layerType: foreground only";
|
|
|
| if (behavior & RenderAsTextShowCompositedLayers) {
|
| - if (l.compositedLayerMapping()) {
|
| + if (l.compositingState() != NotComposited) {
|
| ts << " (composited, bounds="
|
| << l.compositedLayerMapping()->compositedBounds()
|
| << ", drawsContent="
|
|
|