Index: cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
diff --git a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
index ceeb311dc4cae3cd173b42a4223976296579cb83..083b0cf8ddd6754e8f7257c943043428de00d17a 100644 |
--- a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
+++ b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
@@ -53,9 +53,8 @@ void CheckBoundsScaleSimple(WebLayerImplFixedBounds* layer, |
original_point.y() * bounds.height / fixed_bounds.height(), |
original_point.z()); |
// Test if the bounds scale is correctly applied in transform. |
- EXPECT_POINT3F_EQ( |
- scaled_point, |
- TransformPoint(layer->layer()->transform(), original_point)); |
+ EXPECT_EQ(scaled_point, |
+ TransformPoint(layer->layer()->transform(), original_point)); |
} |
TEST(WebLayerImplFixedBoundsTest, BoundsScaleSimple) { |