Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / layers / layer_utils_unittest.cc
index 9738f60..8c7501c 100644 (file)
@@ -187,7 +187,7 @@ TEST_F(LayerUtilsGetAnimationBoundsTest, RotateXWithPerspective) {
 
   gfx::Transform perspective;
   perspective.ApplyPerspectiveDepth(100.f);
-  parent()->SetSublayerTransform(perspective);
+  parent()->SetTransform(perspective);
 
   gfx::Size bounds(100, 100);
   child()->SetDrawsContent(true);