| Index: Source/platform/graphics/filters/FilterOperation.h
|
| diff --git a/Source/platform/graphics/filters/FilterOperation.h b/Source/platform/graphics/filters/FilterOperation.h
|
| index b0559ddb0fa7eb798a222d5c0dccf0bc547cdfd7..1108f1c4c5d67916a3cc342598facd38374649c2 100644
|
| --- a/Source/platform/graphics/filters/FilterOperation.h
|
| +++ b/Source/platform/graphics/filters/FilterOperation.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // CSS Filters
|
|
|
| @@ -309,7 +309,7 @@ private:
|
|
|
| DEFINE_FILTER_OPERATION_TYPE_CASTS(DropShadowFilterOperation, DROP_SHADOW);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
| #endif // FilterOperation_h
|
|
|