| Index: Source/platform/graphics/filters/FEDiffuseLighting.cpp
|
| diff --git a/Source/platform/graphics/filters/FEDiffuseLighting.cpp b/Source/platform/graphics/filters/FEDiffuseLighting.cpp
|
| index cfba8d9826032243dc8c05a21bea47ebf1984066..c3f28f0d0f868863e001d81cc0f6564d8c45b014 100644
|
| --- a/Source/platform/graphics/filters/FEDiffuseLighting.cpp
|
| +++ b/Source/platform/graphics/filters/FEDiffuseLighting.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "platform/graphics/filters/LightSource.h"
|
| #include "platform/text/TextStream.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale,
|
| float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
|
| @@ -133,4 +133,4 @@ TextStream& FEDiffuseLighting::externalRepresentation(TextStream& ts, int indent
|
| return ts;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|