Index: cc/layer_sorter_unittest.cc |
diff --git a/cc/layer_sorter_unittest.cc b/cc/layer_sorter_unittest.cc |
index 6c54fc550974b2ad6bdb1aec116983d580b584f4..4737c2e0a69487d8e469175f5bce938c0da92225 100644 |
--- a/cc/layer_sorter_unittest.cc |
+++ b/cc/layer_sorter_unittest.cc |
@@ -178,7 +178,7 @@ TEST(LayerSorterTest, LayersUnderPathologicalPerspectiveTransform) |
// Sanity check that the test case actually covers the intended scenario, where part |
// of layer B go behind the w = 0 plane. |
- FloatQuad testQuad = FloatQuad(gfx::RectF(-0.5, -0.5, 1, 1)); |
+ gfx::QuadF testQuad = gfx::QuadF(gfx::RectF(-0.5, -0.5, 1, 1)); |
bool clipped = false; |
MathUtil::mapQuad(perspectiveMatrix * transformB, testQuad, clipped); |
ASSERT_TRUE(clipped); |