| Index: Source/platform/graphics/filters/FEMerge.h
|
| diff --git a/Source/platform/graphics/filters/FEMerge.h b/Source/platform/graphics/filters/FEMerge.h
|
| index 22fd7fc560f64c910bc86d20c2276245abf5e883..7f268ff03cb172b4b68048547f95129bca1428e7 100644
|
| --- a/Source/platform/graphics/filters/FEMerge.h
|
| +++ b/Source/platform/graphics/filters/FEMerge.h
|
| @@ -27,7 +27,7 @@
|
| #include "platform/graphics/filters/FilterEffect.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT FEMerge : public FilterEffect {
|
| public:
|
| @@ -43,6 +43,6 @@ private:
|
| virtual void applySoftware() OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEMerge_h
|
|
|