| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| index f945e820fcfd1ffde0e0d47cb1f8ba18b336e358..730e10006f8dc01b505d89a1581dc579caf043a2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -670,7 +670,7 @@ void LayoutTreeAsText::writeLayers(TextStream& ts,
|
| // Calculate the clip rects we should use.
|
| LayoutRect layerBounds;
|
| ClipRect damageRect, clipRectToApply;
|
| - layer->clipper().calculateRects(
|
| + layer->clipper(false).calculateRects(
|
| ClipRectsContext(rootLayer, UncachedClipRects), paintRect, layerBounds,
|
| damageRect, clipRectToApply);
|
|
|
|
|