Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FEMorphology.cpp
index 00483e8..7f89f64 100644 (file)
 #include "platform/graphics/filters/SkiaImageFilterBuilder.h"
 #include "platform/text/TextStream.h"
 #include "wtf/Uint8ClampedArray.h"
-#include "wtf/Vector.h"
 
 using namespace std;
 
-namespace WebCore {
+namespace blink {
 
 FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
     : FilterEffect(filter)
@@ -166,4 +165,4 @@ TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) con
     return ts;
 }
 
-} // namespace WebCore
+} // namespace blink