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); |