Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index f12666dbf2986157a60b53e59f8ef054391f2f4e..7f2b714b5185dac24033b96196c07cbfb1bab6ef 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>*); |