Index: cc/render_pass_unittest.cc |
diff --git a/cc/render_pass_unittest.cc b/cc/render_pass_unittest.cc |
index 52b0064cfdb13fc8f22dcabdacb37aa7f37a15c2..244e47babebf948662f4819c54f2f0eaca8f4e33 100644 |
--- a/cc/render_pass_unittest.cc |
+++ b/cc/render_pass_unittest.cc |
@@ -34,7 +34,7 @@ TEST(RenderPassTest, copyShouldBeIdenticalExceptIdAndQuads) |
{ |
RenderPass::Id id(3, 2); |
gfx::Rect outputRect(45, 22, 120, 13); |
- gfx::Transform transformToRoot = MathUtil::createGfxTransform(1, 0.5, 0.5, -0.5, -1, 0); |
+ gfx::Transform transformToRoot = gfx::Transform(1.0, 0.5, 0.5, -0.5, -1.0, 0.0); |
gfx::Rect damageRect(56, 123, 19, 43); |
bool hasTransparentBackground = true; |
bool hasOcclusionFromOutsideTargetSurface = true; |