| Index: Source/WebCore/rendering/RenderTreeAsText.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTreeAsText.cpp (revision 115913)
|
| +++ Source/WebCore/rendering/RenderTreeAsText.cpp (working copy)
|
| @@ -631,7 +631,7 @@
|
| #if USE(ACCELERATED_COMPOSITING)
|
| if (behavior & RenderAsTextShowCompositedLayers) {
|
| if (l.isComposited())
|
| - ts << " (composited, bounds=" << l.backing()->compositedBounds() << ", drawsContent=" << l.backing()->graphicsLayer()->drawsContent() << ", paints into ancestor=" << l.backing()->paintsIntoCompositedAncestor() << ")";
|
| + ts << " (composited, bounds " << l.backing()->compositedBounds() << ")";
|
| }
|
| #else
|
| UNUSED_PARAM(behavior);
|
|
|