| Index: third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| index 021484971f0cf4c32e0c1b9cdde967f5c61c1ab6..5491b5ec2a926bb8a7e86cca4dea98fa9f07cadf 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp
|
| @@ -28,7 +28,7 @@ private:
|
| LayoutSVGResourceClipper& m_clip;
|
| };
|
|
|
| -}
|
| +} // namespace
|
|
|
| bool SVGClipPainter::prepareEffect(const LayoutObject& target, const FloatRect& targetBoundingBox,
|
| const FloatRect& paintInvalidationRect, GraphicsContext& context, ClipperState& clipperState)
|
| @@ -124,4 +124,4 @@ void SVGClipPainter::drawClipMaskContent(GraphicsContext& context, const LayoutO
|
| context.restore();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|