diff options
Diffstat (limited to 'WebCore/html/canvas/CanvasRenderingContext2D.h')
-rw-r--r-- | WebCore/html/canvas/CanvasRenderingContext2D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/canvas/CanvasRenderingContext2D.h b/WebCore/html/canvas/CanvasRenderingContext2D.h index 43f3b35..2eac88d 100644 --- a/WebCore/html/canvas/CanvasRenderingContext2D.h +++ b/WebCore/html/canvas/CanvasRenderingContext2D.h @@ -214,6 +214,8 @@ namespace WebCore { struct State { State(); + String m_unparsedStrokeColor; + String m_unparsedFillColor; RefPtr<CanvasStyle> m_strokeStyle; RefPtr<CanvasStyle> m_fillStyle; float m_lineWidth; |