| Index: cc/test/layer_tree_host_common_test.h
|
| diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
|
| index e4be078acb9a8edefd90a0d70766b0faba15cb48..5c8a8e528df124e07667517219cac5db13336a74 100644
|
| --- a/cc/test/layer_tree_host_common_test.h
|
| +++ b/cc/test/layer_tree_host_common_test.h
|
| @@ -39,13 +39,11 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
|
| void SetLayerPropertiesForTestingInternal(
|
| LayerType* layer,
|
| const gfx::Transform& transform,
|
| - const gfx::Point3F& transform_origin,
|
| const gfx::PointF& position,
|
| const gfx::Size& bounds,
|
| bool flatten_transform,
|
| bool is_3d_sorted) {
|
| layer->SetTransform(transform);
|
| - layer->SetTransformOrigin(transform_origin);
|
| layer->SetPosition(position);
|
| layer->SetBounds(bounds);
|
| layer->SetShouldFlattenTransform(flatten_transform);
|
|
|