Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FEComponentTransfer.h
index f65cdac..920c894 100644 (file)
@@ -27,7 +27,7 @@
 #include "platform/graphics/filters/FilterEffect.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 enum ComponentTransferType {
     FECOMPONENTTRANSFER_TYPE_UNKNOWN  = 0,
@@ -97,6 +97,6 @@ private:
     ComponentTransferFunction m_alphaFunc;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FEComponentTransfer_h