Index: Source/core/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/core/platform/graphics/GraphicsContext.cpp b/Source/core/platform/graphics/GraphicsContext.cpp |
index d044760be547901fe801af4a058ed146ceab58eb..5d6b6f894d762fc31a62209e0ec3165a0c5b8379 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.cpp |
+++ b/Source/core/platform/graphics/GraphicsContext.cpp |
@@ -1821,7 +1821,7 @@ void GraphicsContext::setCompositeOperation(CompositeOperator compositeOperation |
if (paintingDisabled()) |
return; |
- m_skiaState->m_xferMode = WebCoreCompositeToSkiaComposite(compositeOperation); |
+ m_skiaState->m_xferMode = WebCoreCompositeToSkiaComposite(compositeOperation, blendMode); |
} |
CompositeOperator GraphicsContext::compositeOperation() const |