| Index: Source/core/rendering/RenderTreeAsText.cpp
|
| diff --git a/Source/core/rendering/RenderTreeAsText.cpp b/Source/core/rendering/RenderTreeAsText.cpp
|
| index eb3a01f72994775bc5aa71781c8fbb048463ca09..540b4724bdff4d389ba9f765b589dae43343ef77 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.compositedLayerMapping()) {
|
| + if (l.isComposited()) {
|
| ts << " (composited, bounds="
|
| << l.compositedLayerMapping()->compositedBounds()
|
| << ", drawsContent="
|
|
|