Index: Source/core/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/core/platform/graphics/GraphicsContext.cpp b/Source/core/platform/graphics/GraphicsContext.cpp |
index 4ba40f3b0332454bc62b71babe4c89e0e771e38a..b0d0653c78c10f1e44e3be732776ff42a9b1ae96 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.cpp |
+++ b/Source/core/platform/graphics/GraphicsContext.cpp |
@@ -1817,7 +1817,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 |