Index: cc/layer_tree_host_impl_unittest.cc |
diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc |
index f4b5eb8686c92b1e0a3143c3d5566cadbce614e0..2e95dd7c2e4d7feaad8e56aeb01819117f41eb80 100644 |
--- a/cc/layer_tree_host_impl_unittest.cc |
+++ b/cc/layer_tree_host_impl_unittest.cc |
@@ -1192,7 +1192,7 @@ TEST_P(LayerTreeHostImplTest, scrollMissesBackfacingChild) |
m_hostImpl->setViewportSize(surfaceSize, surfaceSize); |
gfx::Transform matrix; |
- MathUtil::rotateEulerAngles(&matrix, 180, 0, 0); |
+ matrix.RotateAboutXAxis(180); |
child->setTransform(matrix); |
child->setDoubleSided(false); |