| Index: Source/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/Source/platform/graphics/filters/FEConvolveMatrix.h b/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| index 154ff1ddacb6bd5fc4f1c461a32873d507ac46a8..a070fa757c61147a3c9b6491eb1fb4e25b5da45a 100644
|
| --- a/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -30,7 +30,7 @@
|
| #include "platform/graphics/filters/FilterEffect.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum EdgeModeType {
|
| EDGEMODE_UNKNOWN = 0,
|
| @@ -129,6 +129,6 @@ private:
|
| Vector<float> m_kernelMatrix;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEConvolveMatrix_h
|
|
|