| Index: Source/platform/graphics/filters/FilterEffect.h
|
| diff --git a/Source/platform/graphics/filters/FilterEffect.h b/Source/platform/graphics/filters/FilterEffect.h
|
| index 7e050fa2427d0e37c70122b3a8dd42cd08f7b52f..cd85ffc21a02d1140ab8af6cf9782afcdf04d78a 100644
|
| --- a/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/Uint8ClampedArray.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Filter;
|
| class FilterEffect;
|
| @@ -248,6 +248,6 @@ private:
|
| RefPtr<SkImageFilter> m_imageFilters[4];
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FilterEffect_h
|
|
|