Index: cc/test/layer_tree_host_common_test.cc |
diff --git a/cc/test/layer_tree_host_common_test.cc b/cc/test/layer_tree_host_common_test.cc |
index 61dd401a8e77118955ead604b5038f9500a99c6e..3b6b14b5dec2efcd5ea3ebd6e6259d598de4830c 100644 |
--- a/cc/test/layer_tree_host_common_test.cc |
+++ b/cc/test/layer_tree_host_common_test.cc |
@@ -20,14 +20,14 @@ LayerTreeHostCommonTestBase::~LayerTreeHostCommonTestBase() { |
void LayerTreeHostCommonTestBase::SetLayerPropertiesForTesting( |
Layer* layer, |
const gfx::Transform& transform, |
- const gfx::PointF& anchor, |
+ const gfx::Point3F& transform_origin, |
const gfx::PointF& position, |
const gfx::Size& bounds, |
bool flatten_transform, |
bool is_3d_sorted) { |
SetLayerPropertiesForTestingInternal<Layer>(layer, |
transform, |
- anchor, |
+ transform_origin, |
position, |
bounds, |
flatten_transform, |
@@ -37,14 +37,14 @@ void LayerTreeHostCommonTestBase::SetLayerPropertiesForTesting( |
void LayerTreeHostCommonTestBase::SetLayerPropertiesForTesting( |
LayerImpl* layer, |
const gfx::Transform& transform, |
- const gfx::PointF& anchor, |
+ const gfx::Point3F& transform_origin, |
const gfx::PointF& position, |
const gfx::Size& bounds, |
bool flatten_transform, |
bool is_3d_sorted) { |
SetLayerPropertiesForTestingInternal<LayerImpl>(layer, |
transform, |
- anchor, |
+ transform_origin, |
position, |
bounds, |
flatten_transform, |