Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / CanvasPattern.idl
index d8e453d..7bc553c 100644 (file)
@@ -25,4 +25,7 @@
 [
     WillBeGarbageCollected,
 ] interface CanvasPattern {
+
+    [RuntimeEnabled=ExperimentalCanvasFeatures] void setTransform(SVGMatrix transform);
+
 };