| Index: cc/layers/layer_perftest.cc
|
| diff --git a/cc/layers/layer_perftest.cc b/cc/layers/layer_perftest.cc
|
| index 32e99fee12d1d7afae2aed8682e4a3e33b124ea4..04ce82c09ceecf2da06815ab525eb150caf8eec9 100644
|
| --- a/cc/layers/layer_perftest.cc
|
| +++ b/cc/layers/layer_perftest.cc
|
| @@ -80,7 +80,8 @@ TEST_F(LayerPerfTest, PushPropertiesTo) {
|
| test_layer->SetDoubleSided(double_sided);
|
| test_layer->SetHideLayerAndSubtree(hide_layer_and_subtree);
|
| test_layer->SetMasksToBounds(masks_to_bounds);
|
| - test_layer->SetScrollable(scrollable);
|
| + test_layer->SetScrollClipLayerId(scrollable ? test_layer->id()
|
| + : Layer::INVALID_ID);
|
| test_layer->PushPropertiesTo(impl_layer.get());
|
|
|
| anchor_point_z += 0.01f;
|
|
|