Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3420)

Unified Diff: Source/platform/graphics/filters/ImageFilterBuilderTest.cpp

Issue 419253002: Use WebBlendMode in FEBlend (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebBlendModeNormal -> "normal" (not "source-over"). Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/graphics/filters/FEBlend.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/platform/graphics/filters/FEBlend.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698