Revert "Updates for changes in rust-geom and rust-layers"

This commit is contained in:
Patrick Walton 2015-06-10 14:14:51 -07:00
parent 053296e131
commit e42011cd53
7 changed files with 14 additions and 14 deletions

View file

@ -622,7 +622,7 @@ impl WorkerThread {
stacking_context.overflow.origin.y.to_f32_px()));
// Apply the translation to paint the tile we want.
let matrix: Matrix4 = identity();
let matrix: Matrix4<AzFloat> = identity();
let matrix = matrix.scale(scale as AzFloat, scale as AzFloat, 1.0);
let matrix = matrix.translate(-tile_bounds.origin.x as AzFloat,
-tile_bounds.origin.y as AzFloat,