| Index: Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
|
| diff --git a/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp b/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
|
| index 7329fbc4efdec3242fe6ae5819bf883d97bc7acc..ecf7f50f63d4499ccad267f82968fac4845a44ea 100644
|
| --- a/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
|
| +++ b/Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
|
| @@ -56,7 +56,7 @@ protected:
|
|
|
| // Add a blend effect (with inputs : blur, source)
|
| RefPtr<FilterEffect> blendEffect =
|
| - FEBlend::create(referenceFilter.get(), FEBLEND_MODE_NORMAL);
|
| + FEBlend::create(referenceFilter.get(), WebBlendModeNormal);
|
| blendEffect->setOperatingColorSpace(ColorSpaceDeviceRGB);
|
| FilterEffectVector& blendInputs = blendEffect->inputEffects();
|
| blendInputs.reserveCapacity(2);
|
|
|