| 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 4bc8be73edbf19abafb70a9e5a51fedef755c82f..aebbb7b955d4ed5520ab471add10571bd30c23bc 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -1266,7 +1266,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);
|
|
|
|
|