| Index: cc/render_pass_unittest.cc
|
| diff --git a/cc/render_pass_unittest.cc b/cc/render_pass_unittest.cc
|
| index f769483b0845e6ed1bc6adc84a925869f67e8c78..15595992f9a62b65d91de87c075462ac411d5e36 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.5, 0.5, -0.5, -1, 0);
|
| gfx::Rect damageRect(56, 123, 19, 43);
|
| bool hasTransparentBackground = true;
|
| bool hasOcclusionFromOutsideTargetSurface = true;
|
|
|