Fix benchmark that was no longer building.

This commit is contained in:
Emilio Cobos Álvarez 2020-02-11 14:03:02 +01:00
parent d5b49f14da
commit e6a1e484c2
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
2 changed files with 10 additions and 5 deletions

View file

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