Partial fix for #12415: expose Canvas interfaces

This commit is contained in:
Scott Trinh 2016-10-13 07:56:32 -04:00 committed by Scott Trinh
parent 1a3287bef7
commit df8030c50d
6 changed files with 15 additions and 36 deletions

View file

@ -3,8 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#canvaspattern
[Exposed=(Window,Worker)]
interface CanvasPattern {
//void setTransform(SVGMatrix matrix);
};