Move OpaqueStyleAndLayoutData to script_layout_interface.

This commit is contained in:
Ms2ger 2016-06-15 00:00:28 +01:00
parent 5cab8ff8d2
commit 6aaf3e6a01
11 changed files with 35 additions and 16 deletions

View file

@ -67,6 +67,7 @@ use net_traits::{Metadata, NetworkError, ResourceThreads};
use offscreen_gl_context::GLLimits;
use profile_traits::mem::ProfilerChan as MemProfilerChan;
use profile_traits::time::ProfilerChan as TimeProfilerChan;
use script_layout_interface::OpaqueStyleAndLayoutData;
use script_runtime::ScriptChan;
use script_traits::{TimerEventId, TimerSource, TouchpadPressurePhase, UntrustedNodeAddress};
use serde::{Deserialize, Serialize};
@ -328,6 +329,7 @@ no_jsmanaged_fields!(ReferrerPolicy);
no_jsmanaged_fields!(ResourceThreads);
no_jsmanaged_fields!(SystemTime);
no_jsmanaged_fields!(SelectedFileId);
no_jsmanaged_fields!(OpaqueStyleAndLayoutData);
impl JSTraceable for Box<ScriptChan + Send> {
#[inline]