| Index: Source/platform/graphics/filters/FESpecularLighting.h
|
| diff --git a/Source/platform/graphics/filters/FESpecularLighting.h b/Source/platform/graphics/filters/FESpecularLighting.h
|
| index fd314ab84323f0b00be5431f8e0dccab0687a2ff..43412c6a0903ad8b184407e428c7132c450fc003 100644
|
| --- a/Source/platform/graphics/filters/FESpecularLighting.h
|
| +++ b/Source/platform/graphics/filters/FESpecularLighting.h
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "platform/graphics/filters/FELighting.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT FESpecularLighting : public FELighting {
|
| public:
|
| @@ -60,6 +60,6 @@ private:
|
| FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FESpecularLighting_h
|
|
|