Add PannerNode DOM interface

This commit is contained in:
Manish Goregaokar 2018-08-23 15:01:55 -07:00
parent 9228ca3a02
commit e4e01a6452
3 changed files with 267 additions and 0 deletions

View file

@ -409,6 +409,7 @@ pub mod pagetransitionevent;
pub mod paintrenderingcontext2d;
pub mod paintsize;
pub mod paintworkletglobalscope;
pub mod pannernode;
pub mod performance;
pub mod performanceentry;
pub mod performancemark;