mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Moving MouseButton from msg to script_traits
This commit is contained in:
parent
b26c7bd7ea
commit
374bd5be27
13 changed files with 31 additions and 25 deletions
|
@ -5,6 +5,7 @@
|
|||
use AnimationState;
|
||||
use DocumentState;
|
||||
use IFrameLoadInfo;
|
||||
use MouseButton;
|
||||
use MouseEventType;
|
||||
use MozBrowserEvent;
|
||||
use canvas_traits::CanvasMsg;
|
||||
|
@ -12,7 +13,7 @@ use euclid::point::Point2D;
|
|||
use euclid::size::Size2D;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use msg::constellation_msg::{Failure, NavigationDirection, PipelineId};
|
||||
use msg::constellation_msg::{LoadData, MouseButton, SubpageId};
|
||||
use msg::constellation_msg::{LoadData, SubpageId};
|
||||
use offscreen_gl_context::GLContextAttributes;
|
||||
use style_traits::viewport::ViewportConstraints;
|
||||
use url::Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue