Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 6ec5e4130dfe01f38c39a3fe0ce0de214fe7b34b..a88205a1ab291ae042fcc8f46f39e00a5b5802d4 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -343,7 +343,7 @@ void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color |
setDrawLooper(drawLooper); |
} |
-void GraphicsContext::setDrawLooper(const DrawLooper& drawLooper) |
+void GraphicsContext::setDrawLooper(DrawLooper& drawLooper) |
{ |
if (paintingDisabled()) |
return; |