| Index: cc/damage_tracker_unittest.cc
|
| diff --git a/cc/damage_tracker_unittest.cc b/cc/damage_tracker_unittest.cc
|
| index 22280e469733b8763e0b6f3956b24c0b6bd94e52..6c24c6756f28749e5f62114e8f62180cc30d0081 100644
|
| --- a/cc/damage_tracker_unittest.cc
|
| +++ b/cc/damage_tracker_unittest.cc
|
| @@ -348,7 +348,7 @@ TEST_F(DamageTrackerTest, verifyDamageForPerspectiveClippedLayer)
|
|
|
| // Sanity check that the child layer's bounds would actually get clipped by w < 0,
|
| // otherwise this test is not actually testing the intended scenario.
|
| - FloatQuad testQuad(gfx::RectF(gfx::PointF(), gfx::SizeF(100, 100)));
|
| + gfx::QuadF testQuad(gfx::RectF(gfx::PointF(), gfx::SizeF(100, 100)));
|
| bool clipped = false;
|
| MathUtil::mapQuad(transform, testQuad, clipped);
|
| EXPECT_TRUE(clipped);
|
|
|