| Index: cc/layers/layer_impl_test_properties.cc
 | 
| diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
 | 
| index 3c1e5a78e36249fa0351d51883ce61e1c801d7e7..faa3f6531bb7a57c076df16b2af31999ebd3d191 100644
 | 
| --- a/cc/layers/layer_impl_test_properties.cc
 | 
| +++ b/cc/layers/layer_impl_test_properties.cc
 | 
| @@ -25,7 +25,8 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
 | 
|        scroll_parent(nullptr),
 | 
|        clip_parent(nullptr),
 | 
|        mask_layer(nullptr),
 | 
| -      parent(nullptr) {}
 | 
| +      parent(nullptr),
 | 
| +      scroll_boundary_behavior(ScrollBoundaryBehavior()) {}
 | 
|  
 | 
|  LayerImplTestProperties::~LayerImplTestProperties() {}
 | 
|  
 | 
| 
 |