mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Properly implement audio context state changes
This commit is contained in:
parent
9f15bdd6cc
commit
aed57252b1
4 changed files with 214 additions and 56 deletions
|
@ -80,8 +80,8 @@ use offscreen_gl_context::GLLimits;
|
|||
use parking_lot::RwLock;
|
||||
use profile_traits::mem::ProfilerChan as MemProfilerChan;
|
||||
use profile_traits::time::ProfilerChan as TimeProfilerChan;
|
||||
use servo_media::audio::graph::AudioGraph;
|
||||
use servo_media::audio::graph_impl::NodeId;
|
||||
use servo_media::audio::context::AudioContext;
|
||||
use servo_media::audio::graph::NodeId;
|
||||
use script_layout_interface::OpaqueStyleAndLayoutData;
|
||||
use script_layout_interface::reporter::CSSErrorReporter;
|
||||
use script_layout_interface::rpc::LayoutRPC;
|
||||
|
@ -432,6 +432,7 @@ unsafe_no_jsmanaged_fields!(InteractiveWindow);
|
|||
unsafe_no_jsmanaged_fields!(CanvasId);
|
||||
unsafe_no_jsmanaged_fields!(SourceSet);
|
||||
unsafe_no_jsmanaged_fields!(AudioGraph);
|
||||
unsafe_no_jsmanaged_fields!(AudioContext);
|
||||
unsafe_no_jsmanaged_fields!(NodeId);
|
||||
|
||||
unsafe impl<'a> JSTraceable for &'a str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue