| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 4debc46d83335be4ba9f89de9bae9ffe42d59afc..3ec4d8e06b7f45dbe532a040a45ea4da2c7dba0f 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -218,6 +218,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void SetScrollClipLayerId(int clip_layer_id);
|
| bool scrollable() const { return inputs_.scroll_clip_layer_id != INVALID_ID; }
|
| Layer* scroll_clip_layer() const;
|
| + int scroll_clip_layer_id() const { return inputs_.scroll_clip_layer_id; }
|
|
|
| void SetUserScrollable(bool horizontal, bool vertical);
|
| bool user_scrollable_horizontal() const {
|
|
|