Remove never-sent ReflowWithNewlyLoadedWebFont message, fix #16026

This commit is contained in:
Simon Sapin 2017-03-19 09:07:54 +01:00
parent a2c33ac6e6
commit a8ab65b869
2 changed files with 0 additions and 28 deletions

View file

@ -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.