aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-04-30 21:14:24 -0400
committerGitHub <noreply@github.com>2019-04-30 21:14:24 -0400
commitaa63d607174b946a4d208ec51daaac021198db20 (patch)
tree68f59bf87ced6216fae21e62664ba42c46c82d21 /components/script/dom/mod.rs
parent0a5aab6cc2d23b6b9bf5de142e7a8a5b84e32380 (diff)
parent58f027468c8908160196c34681ff5d224a84d75c (diff)
downloadservo-aa63d607174b946a4d208ec51daaac021198db20.tar.gz
servo-aa63d607174b946a4d208ec51daaac021198db20.zip
Auto merge of #23281 - josephhutch:StereoPannerNode, r=Manishearth
StereoPannerNode DOM <!-- Please describe your changes on the following line: --> This is the DOM implementation for StereoPannerNode. Backend implemented in https://github.com/servo/media/pull/243. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23281) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 776d20299c1..ff1688fb6c3 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -457,6 +457,7 @@ pub mod serviceworkerglobalscope;
pub mod serviceworkerregistration;
pub mod servoparser;
pub mod shadowroot;
+pub mod stereopannernode;
pub mod storage;
pub mod storageevent;
pub mod stylepropertymapreadonly;