Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass through channel settings in AudioNode constructor #21674

Merged
merged 3 commits into from Sep 13, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Make tidy happy

  • Loading branch information
ferjm committed Sep 12, 2018
commit 831201cc1b1665d082d931ac77a5aec13cd333a6

Some generated files are not rendered by default. Learn more.

@@ -5,8 +5,8 @@
use dom::audionode::{AudioNode, MAX_CHANNEL_COUNT};
use dom::baseaudiocontext::BaseAudioContext;
use dom::bindings::codegen::Bindings::AudioDestinationNodeBinding::{self, AudioDestinationNodeMethods};
use dom::bindings::codegen::Bindings::AudioNodeBinding::AudioNodeOptions;
use dom::bindings::codegen::Bindings::AudioNodeBinding::{ChannelCountMode, ChannelInterpretation};
use dom::bindings::codegen::Bindings::AudioNodeBinding::AudioNodeOptions;
use dom::bindings::reflector::reflect_dom_object;
use dom::bindings::root::DomRoot;
use dom::globalscope::GlobalScope;
@@ -45,6 +45,8 @@ packages = [
#TODO: remove ipc-channel when #21325 lands
"ipc-channel",
"log",
#TODO: remove num-rational when https://github.com/PistonDevelopers/image/pull/809 is merged.
"num-rational",
"rand",
"winapi",
# TODO: remove slab when #21426 lands
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.