| Index: Source/platform/graphics/filters/FilterOperations.cpp
|
| diff --git a/Source/platform/graphics/filters/FilterOperations.cpp b/Source/platform/graphics/filters/FilterOperations.cpp
|
| index 08c8709ffab6632391e94ddfd2a59d384166b1a3..90e692dcba5354c4dbcc202211b0e046f5cf9a99 100644
|
| --- a/Source/platform/graphics/filters/FilterOperations.cpp
|
| +++ b/Source/platform/graphics/filters/FilterOperations.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/graphics/filters/FEGaussianBlur.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static inline IntSize outsetSizeForBlur(float stdDeviation)
|
| {
|
| @@ -171,5 +171,5 @@ bool FilterOperations::hasFilterThatMovesPixels() const
|
| return false;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|