mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Updated euclid to version 0.6.5
And updated existing usages of Matrix4 to use Matrix4D<T>
This commit is contained in:
parent
b00c2740e3
commit
b0ad3ddf5b
12 changed files with 149 additions and 149 deletions
|
@ -13,7 +13,7 @@ use azure::azure::AzColor;
|
|||
use construct::ConstructionResult;
|
||||
use context::{LayoutContext, SharedLayoutContext, heap_size_of_local_context};
|
||||
use display_list_builder::ToGfxColor;
|
||||
use euclid::Matrix4;
|
||||
use euclid::Matrix4D;
|
||||
use euclid::point::Point2D;
|
||||
use euclid::rect::Rect;
|
||||
use euclid::scale_factor::ScaleFactor;
|
||||
|
@ -890,8 +890,8 @@ impl LayoutThread {
|
|||
0,
|
||||
filter::T::new(Vec::new()),
|
||||
mix_blend_mode::T::normal,
|
||||
Matrix4::identity(),
|
||||
Matrix4::identity(),
|
||||
Matrix4D::identity(),
|
||||
Matrix4D::identity(),
|
||||
true,
|
||||
false,
|
||||
None);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue