summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/CanvasRenderingContext2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/CanvasRenderingContext2D.h')
-rw-r--r--WebCore/html/canvas/CanvasRenderingContext2D.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/canvas/CanvasRenderingContext2D.h b/WebCore/html/canvas/CanvasRenderingContext2D.h
index d6b0c8a..43f3b35 100644
--- a/WebCore/html/canvas/CanvasRenderingContext2D.h
+++ b/WebCore/html/canvas/CanvasRenderingContext2D.h
@@ -34,6 +34,7 @@
#include "GraphicsTypes.h"
#include "Path.h"
#include "PlatformString.h"
+#include <wtf/text/StringHash.h>
#include <wtf/Vector.h>
#if PLATFORM(CG)
@@ -192,6 +193,7 @@ namespace WebCore {
String font() const;
void setFont(const String&);
+ void updateFont();
String textAlign() const;
void setTextAlign(const String&);
@@ -264,6 +266,9 @@ namespace WebCore {
#endif
void prepareGradientForDashboard(CanvasGradient* gradient) const;
+
+ HashSet<String> m_cleanOrigins;
+
void checkOrigin(const KURL&);
void checkOrigin(const String&);