mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
move ConstellationMsg to compositing
This commit is contained in:
parent
b3ac17b82f
commit
8d4aeef08b
15 changed files with 133 additions and 122 deletions
|
@ -419,7 +419,7 @@ pub enum EventPhase {
|
|||
/// helps us to prevent such events from being [sent to the constellation][msg] where it will be
|
||||
/// handled once again for page scrolling (which is definitely not what we'd want).
|
||||
///
|
||||
/// [msg]: https://doc.servo.org/script_traits/enum.ConstellationMsg.html#variant.KeyEvent
|
||||
/// [msg]: https://doc.servo.org/compositing/enum.ConstellationMsg.html#variant.KeyEvent
|
||||
///
|
||||
#[derive(Clone, Copy, JSTraceable, MallocSizeOf, PartialEq)]
|
||||
pub enum EventDefault {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue