| Index: cc/trees/layer_tree_host_common_perftest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_perftest.cc b/cc/trees/layer_tree_host_common_perftest.cc
|
| index eb80c63a3fc7fc3a2d6ed32b6943671107ab44f9..02b0770495b4c42c789c13ad427200318a2aae86 100644
|
| --- a/cc/trees/layer_tree_host_common_perftest.cc
|
| +++ b/cc/trees/layer_tree_host_common_perftest.cc
|
| @@ -193,7 +193,7 @@ class LayerSorterMainTest : public CalcDrawPropsImplTest {
|
| }
|
|
|
| void BuildLayerImplList(LayerImpl* layer, LayerImplList* list) {
|
| - if (layer->is_3d_sorted()) {
|
| + if (layer->Is3dSorted()) {
|
| list->push_back(layer);
|
| }
|
|
|
|
|