| Index: cc/test/layer_test_common.cc
|
| diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
|
| index af7ffeb818d0ad83517a6b51b777ef0a9cd0dd9b..4ba0927d230b2e1fc013c756d83fbee2c3d756b4 100644
|
| --- a/cc/test/layer_test_common.cc
|
| +++ b/cc/test/layer_test_common.cc
|
| @@ -152,7 +152,7 @@ void LayerTestCommon::LayerImplTest::CalcDrawProps(
|
| LayerImplList layer_list;
|
| LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
|
| root_layer(), viewport_size, &layer_list);
|
| - LayerTreeHostCommon::CalculateDrawProperties(&inputs);
|
| + LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
|
| }
|
|
|
| void LayerTestCommon::LayerImplTest::AppendQuadsWithOcclusion(
|
|
|