| Index: Source/platform/graphics/filters/FEBlend.h
|
| diff --git a/Source/platform/graphics/filters/FEBlend.h b/Source/platform/graphics/filters/FEBlend.h
|
| index 08e850e069ccc220570fe13647300ed942583eed..586fd08acf221ef8221fafb2170b39d4ded668d9 100644
|
| --- a/Source/platform/graphics/filters/FEBlend.h
|
| +++ b/Source/platform/graphics/filters/FEBlend.h
|
| @@ -26,7 +26,7 @@
|
| #include "platform/graphics/filters/Filter.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum BlendModeType {
|
| FEBLEND_MODE_UNKNOWN = 0,
|
| @@ -60,6 +60,6 @@ private:
|
| BlendModeType m_mode;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FEBlend_h
|
|
|