servo: Merge #17184 - Bump euclid to 0.14.x (from nical:euclid-bump); r=SimonSapin

- [x] `./mach build -d` does not report any errors (kinda, need webrender published and Cargo.toml fixed up)
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it is a refactoring in which the difference is mostly a compile-time/strong-typing thing with no change to the logic.

Source-Repo: https://github.com/servo/servo
Source-Revision: 18653f69581693a5bae1ce4e350e78bc16159b08
This commit is contained in:
Nicolas Silva
2017-06-14 07:25:05 -07:00
parent 5e96b32cdc
commit 6e99a9e0a6
89 changed files with 361 additions and 394 deletions

View File

@@ -6,7 +6,7 @@ use app_units::Au;
use azure::azure_hl::{ AntialiasMode, Color, ColorPattern, CompositionOp };
use azure::azure_hl::{AntialiasMode, Color,
ColorPattern, CompositionOp};
use euclid::size::Size2D;
use euclid::Size2D;
use azure::azure::AzIntSize;
use azure::azure::{AzIntSize};