| Index: Source/platform/graphics/filters/FEDropShadow.h
|
| diff --git a/Source/platform/graphics/filters/FEDropShadow.h b/Source/platform/graphics/filters/FEDropShadow.h
|
| index 38d643ee135d67fe76ca0a9cb58c6febffa64ebb..99248bfd066fd166e668d5e7f503a3eedbfe3e18 100644
|
| --- a/Source/platform/graphics/filters/FEDropShadow.h
|
| +++ b/Source/platform/graphics/filters/FEDropShadow.h
|
| @@ -25,7 +25,7 @@
|
| #include "platform/graphics/filters/Filter.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT FEDropShadow : public FilterEffect {
|
| public:
|
| @@ -67,6 +67,6 @@ private:
|
| float m_shadowOpacity;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEDropShadow_h
|
|
|