Index: Source/core/html/canvas/CanvasPattern.h |
diff --git a/Source/core/html/canvas/CanvasPattern.h b/Source/core/html/canvas/CanvasPattern.h |
index 95f6c4a69b107c788e9759aa93af8673d77ab565..faff5ea2378020c878ff3cc8b5186b102ee56f3f 100644 |
--- a/Source/core/html/canvas/CanvasPattern.h |
+++ b/Source/core/html/canvas/CanvasPattern.h |
@@ -27,6 +27,7 @@ |
#define CanvasPattern_h |
#include "bindings/core/v8/ScriptWrappable.h" |
+#include "core/svg/SVGMatrixTearOff.h" |
#include "platform/graphics/Pattern.h" |
#include "wtf/Forward.h" |
#include "wtf/PassRefPtr.h" |
@@ -54,6 +55,8 @@ public: |
void trace(Visitor*) { } |
+ void setTransform(SVGMatrixTearOff*); |
+ |
private: |
CanvasPattern(PassRefPtr<Image>, Pattern::RepeatMode, bool originClean); |