Index: cc/occlusion_tracker_unittest.cc |
diff --git a/cc/occlusion_tracker_unittest.cc b/cc/occlusion_tracker_unittest.cc |
index bc1b4cdc2a560a3922bf4b436ccf4ec635c9a247..ea4993ac587c0dfaf1b26453969f5d509b28de30 100644 |
--- a/cc/occlusion_tracker_unittest.cc |
+++ b/cc/occlusion_tracker_unittest.cc |
@@ -1887,7 +1887,7 @@ protected: |
void runMyTest() |
{ |
gfx::Transform transform; |
- MathUtil::rotateEulerAngles(&transform, 0, 30, 0); |
+ transform.RotateAboutYAxis(30); |
typename Types::ContentLayerType* parent = this->createRoot(this->identityMatrix, gfx::PointF(0, 0), gfx::Size(300, 300)); |
typename Types::LayerType* container = this->createLayer(parent, this->identityMatrix, gfx::PointF(0, 0), gfx::Size(300, 300)); |