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 083b0cf8ddd6754e8f7257c943043428de00d17a..c9fd4fad6dc55e7927de2164900e174c61783e99 100644 |
--- a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
+++ b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc |
@@ -53,8 +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_EQ(scaled_point, |
- TransformPoint(layer->layer()->transform(), original_point)); |
+ EXPECT_POINT3F_EQ(scaled_point, TransformPoint(layer->layer()->transform(), |
+ original_point)); |
} |
TEST(WebLayerImplFixedBoundsTest, BoundsScaleSimple) { |