From 3d57c22e9cda982923dd184152d3f187910d7b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 22 Jul 2019 12:49:39 +0200 Subject: Update euclid. There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is. --- components/layout/table_row.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/table_row.rs') diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs index 824da31edad..ffaf720467b 100644 --- a/components/layout/table_row.rs +++ b/components/layout/table_row.rs @@ -18,7 +18,7 @@ use crate::layout_debug; use crate::table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, VecExt}; use crate::table_cell::{CollapsedBordersForCell, TableCellFlow}; use app_units::Au; -use euclid::Point2D; +use euclid::default::Point2D; use gfx_traits::print_tree::PrintTree; use serde::{Serialize, Serializer}; use std::cmp::max; -- cgit v1.2.3