| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 7c516ba555c1b8509b2bf521373a0b3cac9f7349..2cf47030a51cc36f83eb8d95aa890e31f744895e 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -80,7 +80,8 @@ LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, int id)
|
| has_will_change_transform_hint_(false),
|
| needs_push_properties_(false),
|
| scrollbars_hidden_(false),
|
| - needs_show_scrollbars_(false) {
|
| + needs_show_scrollbars_(false),
|
| + raster_even_if_not_in_rsll_(false) {
|
| DCHECK_GT(layer_id_, 0);
|
|
|
| DCHECK(layer_tree_impl_);
|
|
|