Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
| diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
| index d5886df064cb81308daae1cd6014333a7eb93faf..ab19ec1d2625d2d5cf250060dab58770e0495530 100644 |
| --- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
| +++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
| @@ -181,4 +181,4 @@ void SVGFilterPainter::finishEffect(const LayoutObject& object, SVGFilterRecordi |
| paintFilteredContent(object, context, filterData); |
| } |
| -} |
| +} // namespace blink |