| Index: Source/core/rendering/RenderTreeAsText.cpp
|
| diff --git a/Source/core/rendering/RenderTreeAsText.cpp b/Source/core/rendering/RenderTreeAsText.cpp
|
| index 61e4116c378a36d3948bb6257fc7224538761f96..715a035df0352c192a562c4b3c3f7532075ebe79 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.compositedLayerMapping()) {
|
| ts << " (composited, bounds="
|
| << l.compositedLayerMapping()->compositedBounds()
|
| << ", drawsContent="
|
|
|