| Index: Source/platform/graphics/filters/FEDisplacementMap.h
|
| diff --git a/Source/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
|
| index 27601d71f9d48c6fa6f835fbb06c1277a7c2478f..2444ee66a6e81132b3e8224fc39e8b7d533f5750 100644
|
| --- a/Source/platform/graphics/filters/FEDisplacementMap.h
|
| +++ b/Source/platform/graphics/filters/FEDisplacementMap.h
|
| @@ -27,7 +27,7 @@
|
| #include "platform/graphics/filters/FilterEffect.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum ChannelSelectorType {
|
| CHANNEL_UNKNOWN = 0,
|
| @@ -69,6 +69,6 @@ private:
|
| float m_scale;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEDisplacementMap_h
|
|
|