mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Reorder imports
This commit is contained in:
@@ -6,8 +6,8 @@ use app_units::Au;
|
||||
use euclid::{Point2D, Rect};
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
use servo_arc::Arc;
|
||||
use style::properties::ComputedValues;
|
||||
use style::properties::longhands::overflow_x;
|
||||
use style::properties::ComputedValues;
|
||||
use webrender_api::ExternalScrollId;
|
||||
|
||||
/// Synchronous messages that script can send to layout.
|
||||
|
||||
Reference in New Issue
Block a user