| Index: Source/platform/graphics/filters/FEOffset.h
|
| diff --git a/Source/platform/graphics/filters/FEOffset.h b/Source/platform/graphics/filters/FEOffset.h
|
| index 774497c6f530caa0dc62a25a071edc2d4a11275e..b5428b9b7a23dbb90df741ae1368939e673819c1 100644
|
| --- a/Source/platform/graphics/filters/FEOffset.h
|
| +++ b/Source/platform/graphics/filters/FEOffset.h
|
| @@ -26,7 +26,7 @@
|
| #include "platform/graphics/filters/Filter.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT FEOffset : public FilterEffect {
|
| public:
|
| @@ -53,6 +53,6 @@ private:
|
| float m_dy;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEOffset_h
|
|
|