mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Qualify compositor_msg::ReadyState.
This commit is contained in:
parent
193c39294b
commit
394508953e
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ use script_traits::ConstellationControlMsg::GetTitleMsg;
|
|||
use script_traits::{NewLayoutInfo, OpaqueScriptLayoutChannel};
|
||||
use script_traits::{ConstellationControlMsg, ScriptControlChan};
|
||||
use script_traits::ScriptTaskFactory;
|
||||
use servo_msg::compositor_msg::{FinishedLoading, LayerId, Loading, PerformingLayout};
|
||||
use servo_msg::compositor_msg::{ScriptListener};
|
||||
use servo_msg::compositor_msg::ReadyState::{FinishedLoading, Loading, PerformingLayout};
|
||||
use servo_msg::compositor_msg::{LayerId, ScriptListener};
|
||||
use servo_msg::constellation_msg::{ConstellationChan};
|
||||
use servo_msg::constellation_msg::{LoadData, NavigationDirection, PipelineId};
|
||||
use servo_msg::constellation_msg::{Failure, Msg, WindowSizeData, Key, KeyState};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue