Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp |
| index dc55bcb13ed5bfc30dafac42e4e02ef8cc1763c1..1953212c7bee3decd6895455868b2eef1c4325b4 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp |
| @@ -65,4 +65,4 @@ PassRefPtrWillBeRawPtr<FilterEffect> SVGFEFloodElement::build(SVGFilterBuilder*, |
| return FEFlood::create(filter, color, opacity); |
| } |
| -} |
| +} // namespace blink |