Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index 60cc0c3124a83246fb8642c847c5c7a5c27e003c..6e8475a263a3d84842891f664f8d6d269e9fee82 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -579,6 +579,7 @@ class CC_EXPORT LayerImpl { |
| bool scrolls_drawn_descendant_ : 1; |
| bool has_will_change_transform_hint_ : 1; |
| bool needs_push_properties_ : 1; |
| + bool scrollbars_hidden_ : 1; |
| DISALLOW_COPY_AND_ASSIGN(LayerImpl); |
| }; |