| Index: Source/core/rendering/RenderTreeAsText.cpp
|
| diff --git a/Source/core/rendering/RenderTreeAsText.cpp b/Source/core/rendering/RenderTreeAsText.cpp
|
| index 319f7525e480a792e65cab2267926bf683427c4f..56a76d4a3313c3c3884a1447eb40ce4b346c4273 100644
|
| --- a/Source/core/rendering/RenderTreeAsText.cpp
|
| +++ b/Source/core/rendering/RenderTreeAsText.cpp
|
| @@ -580,7 +580,7 @@ static void write(TextStream& ts, RenderLayer& l,
|
| ts << " layerType: foreground only";
|
|
|
| if (behavior & RenderAsTextShowCompositedLayers) {
|
| - if (l.isComposited())
|
| + if (l.backing())
|
| ts << " (composited, bounds=" << l.backing()->compositedBounds() << ", drawsContent=" << l.backing()->graphicsLayer()->drawsContent() << ", paints into ancestor=" << l.backing()->paintsIntoCompositedAncestor() << ")";
|
| }
|
|
|
|
|