mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move WindowSizeType to script_traits.
This commit is contained in:
parent
9cbac40f61
commit
1a96733417
7 changed files with 20 additions and 20 deletions
|
@ -28,7 +28,6 @@ use log::{Log, LogLevel, LogLevelFilter, LogMetadata, LogRecord};
|
|||
use msg::constellation_msg::{FrameId, FrameType, PipelineId};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, KeyState};
|
||||
use msg::constellation_msg::{PipelineNamespace, PipelineNamespaceId, TraversalDirection};
|
||||
use msg::constellation_msg::WindowSizeType;
|
||||
use net_traits::{self, IpcSend, ResourceThreads};
|
||||
use net_traits::bluetooth_thread::BluetoothMethodMsg;
|
||||
use net_traits::image_cache_thread::ImageCacheThread;
|
||||
|
@ -45,7 +44,7 @@ use script_traits::{IFrameLoadInfo, IFrameSandboxState, TimerEventRequest};
|
|||
use script_traits::{LayoutMsg as FromLayoutMsg, ScriptMsg as FromScriptMsg, ScriptThreadFactory};
|
||||
use script_traits::{LogEntry, ServiceWorkerMsg, webdriver_msg};
|
||||
use script_traits::{MozBrowserErrorType, MozBrowserEvent, WebDriverCommandMsg, WindowSizeData};
|
||||
use script_traits::{SWManagerMsg, ScopeThings};
|
||||
use script_traits::{SWManagerMsg, ScopeThings, WindowSizeType};
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::{HashMap, VecDeque};
|
||||
use std::io::Error as IOError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue