Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FEColorMatrix.h
index 4612161..b342562 100644 (file)
@@ -27,7 +27,7 @@
 #include "platform/graphics/filters/FilterEffect.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 enum ColorMatrixType {
     FECOLORMATRIX_TYPE_UNKNOWN          = 0,
@@ -65,6 +65,6 @@ private:
     Vector<float> m_values;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FEColorMatrix_h