mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
Update SetCursor behavior
This commit is contained in:
parent
07d1559141
commit
7858ede29f
3 changed files with 11 additions and 8 deletions
|
@ -1469,7 +1469,6 @@ where
|
|||
FromLayoutMsg::PendingPaintMetric(pipeline_id, epoch) => {
|
||||
self.handle_pending_paint_metric(pipeline_id, epoch);
|
||||
},
|
||||
FromLayoutMsg::SetCursor(cursor) => self.handle_set_cursor_msg(cursor),
|
||||
FromLayoutMsg::ViewportConstrained(pipeline_id, constraints) => {
|
||||
self.handle_viewport_constrained_msg(pipeline_id, constraints);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue