aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree/positioning_fragment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/fragment_tree/positioning_fragment.rs')
-rw-r--r--components/layout_2020/fragment_tree/positioning_fragment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/fragment_tree/positioning_fragment.rs b/components/layout_2020/fragment_tree/positioning_fragment.rs
index 2865e58121e..7da428bf064 100644
--- a/components/layout_2020/fragment_tree/positioning_fragment.rs
+++ b/components/layout_2020/fragment_tree/positioning_fragment.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-use gfx_traits::print_tree::PrintTree;
+use base::print_tree::PrintTree;
use serde::Serialize;
use servo_arc::Arc as ServoArc;
use style::logical_geometry::WritingMode;