mirror of
https://github.com/servo/servo.git
synced 2025-09-12 16:08:20 +01:00
Fix benchmark that was no longer building.
This commit is contained in:
parent
d5b49f14da
commit
e6a1e484c2
2 changed files with 10 additions and 5 deletions
|
@ -3,8 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use cssparser::{Parser, ParserInput};
|
||||
use euclid::Scale;
|
||||
use euclid::Size2D;
|
||||
use euclid::{Scale, Size2D};
|
||||
use servo_arc::Arc;
|
||||
use servo_config::set_pref;
|
||||
use servo_url::ServoUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue