mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Format code and fix rebase errors
This commit is contained in:
parent
85ec66b43e
commit
68baabba63
6 changed files with 9 additions and 7 deletions
|
@ -153,8 +153,8 @@ use script_traits::{
|
|||
IFrameLoadInfo, IFrameLoadInfoWithData, IFrameSandboxState, TimerSchedulerMsg,
|
||||
};
|
||||
use script_traits::{LayoutMsg as FromLayoutMsg, ScriptMsg as FromScriptMsg, ScriptThreadFactory};
|
||||
use script_traits::{MessagePortMsg, PortMessageTask, StructuredSerializedData};
|
||||
use script_traits::{MediaSessionActionType, MouseEventType};
|
||||
use script_traits::{MessagePortMsg, PortMessageTask, StructuredSerializedData};
|
||||
use script_traits::{SWManagerMsg, ScopeThings, UpdatePipelineIdReason, WebDriverCommandMsg};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use servo_config::{opts, pref};
|
||||
|
@ -475,7 +475,7 @@ pub struct Constellation<Message, LTF, STF> {
|
|||
|
||||
/// Mechanism to force the compositor to process events.
|
||||
event_loop_waker: Option<Box<dyn EventLoopWaker>>,
|
||||
|
||||
|
||||
/// Browing context ID of the active media session.
|
||||
active_media_session: Option<BrowsingContextId>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue