| Index: mojo/converters/surfaces/tests/surface_unittest.cc
|
| diff --git a/mojo/converters/surfaces/tests/surface_unittest.cc b/mojo/converters/surfaces/tests/surface_unittest.cc
|
| index a23f6cb560d5b9366397891c439866e77bdbab61..0dcfeeafbc1daa92908855d29fab7f78a8cca452 100644
|
| --- a/mojo/converters/surfaces/tests/surface_unittest.cc
|
| +++ b/mojo/converters/surfaces/tests/surface_unittest.cc
|
| @@ -208,7 +208,7 @@ TEST(SurfaceLibTest, RenderPass) {
|
| gfx::Rect output_rect(4, 9, 13, 71);
|
| gfx::Rect damage_rect(9, 17, 41, 45);
|
| gfx::Transform transform_to_root_target;
|
| - transform_to_root_target.SkewY(43.0);
|
| + transform_to_root_target.Skew(0.0, 43.0);
|
| bool has_transparent_background = false;
|
| pass->SetAll(pass_id,
|
| output_rect,
|
|
|