Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 8cc7abc914e99707a84b486bc0dca69ea4756c6b..031a74180dfdc1e000305cf658d9240417784f74 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -304,7 +304,7 @@ private: |
void applyLineDash() const; |
void setShadow(const FloatSize& offset, float blur, RGBA32 color); |
- void applyShadow(); |
+ void applyShadow(ShadowMode = DrawShadowAndForeground); |
bool shouldDrawShadows() const; |
void dispatchContextLostEvent(Timer<CanvasRenderingContext2D>*); |