diff options
Diffstat (limited to 'WebCore/html/canvas/CanvasRenderingContext2D.h')
-rw-r--r-- | WebCore/html/canvas/CanvasRenderingContext2D.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/canvas/CanvasRenderingContext2D.h b/WebCore/html/canvas/CanvasRenderingContext2D.h index a49ff81..d6b0c8a 100644 --- a/WebCore/html/canvas/CanvasRenderingContext2D.h +++ b/WebCore/html/canvas/CanvasRenderingContext2D.h @@ -28,6 +28,7 @@ #include "AffineTransform.h" #include "CanvasRenderingContext.h" +#include "Color.h" #include "FloatSize.h" #include "Font.h" #include "GraphicsTypes.h" @@ -219,7 +220,7 @@ namespace WebCore { float m_miterLimit; FloatSize m_shadowOffset; float m_shadowBlur; - String m_shadowColor; + RGBA32 m_shadowColor; float m_globalAlpha; CompositeOperator m_globalComposite; AffineTransform m_transform; |