| Index: third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| index 6b052104c2b2b2ec3bf610596369acb0487af5f7..c5dc7be173f2a58f309cc59df6cf155732299e37 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
|
| @@ -24,7 +24,8 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo) {
|
|
|
| FloatRect boundingBox =
|
| m_layoutSVGContainer.paintInvalidationRectInLocalSVGCoordinates();
|
| - // LayoutSVGHiddenContainer's paint invalidation rect is always empty but we need to paint its descendants.
|
| + // LayoutSVGHiddenContainer's paint invalidation rect is always empty but we
|
| + // need to paint its descendants.
|
| if (!m_layoutSVGContainer.isSVGHiddenContainer() &&
|
| !paintInfo.cullRect().intersectsCullRect(
|
| m_layoutSVGContainer.localToSVGParentTransform(), boundingBox))
|
|
|