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

Unified Diff: Source/core/platform/graphics/skia/SkiaUtils.h

Issue 14679003: Add canvas blending modes behind a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: refreshed patch Created 7 years, 7 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
Index: Source/core/platform/graphics/skia/SkiaUtils.h
diff --git a/Source/core/platform/graphics/skia/SkiaUtils.h b/Source/core/platform/graphics/skia/SkiaUtils.h
index 661b60a177295ae8e9783844df6be46cdfb9c497..6e04a5af08b41fd4d44d1d824bd9538442778dcd 100644
--- a/Source/core/platform/graphics/skia/SkiaUtils.h
+++ b/Source/core/platform/graphics/skia/SkiaUtils.h
@@ -43,7 +43,7 @@ class SkRegion;
namespace WebCore {
-SkXfermode::Mode WebCoreCompositeToSkiaComposite(CompositeOperator);
+SkXfermode::Mode WebCoreCompositeToSkiaComposite(CompositeOperator, BlendMode = BlendModeNormal);
// move this guy into SkColor.h
SkColor SkPMColorToColor(SkPMColor);

Powered by Google App Engine
This is Rietveld 408576698