mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Remove never-sent ReflowWithNewlyLoadedWebFont message, fix #16026
This commit is contained in:
parent
a2c33ac6e6
commit
a8ab65b869
2 changed files with 0 additions and 28 deletions
|
@ -45,9 +45,6 @@ pub enum Msg {
|
|||
/// field is whether animations should be force-ticked.
|
||||
AdvanceClockMs(i32, bool),
|
||||
|
||||
/// Requests that the layout thread reflow with a newly-loaded Web font.
|
||||
ReflowWithNewlyLoadedWebFont,
|
||||
|
||||
/// Destroys layout data associated with a DOM node.
|
||||
///
|
||||
/// TODO(pcwalton): Maybe think about batching to avoid message traffic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue