| Index: cc/trees/layer_tree_host_common.h
|
| diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
|
| index 2dc7f18d26f6651c7f25272ad3f5c5fb93218cf5..81c1710c7c0a00ef3b4eb5278e3940571c03d758 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -147,11 +147,11 @@ class CC_EXPORT LayerTreeHostCommon {
|
| // to be told when they're faded out so it can stop handling input for
|
| // invisible scrollbars.
|
| struct CC_EXPORT ScrollbarsUpdateInfo {
|
| - int layer_id;
|
| + ElementId element_id;
|
| bool hidden;
|
|
|
| ScrollbarsUpdateInfo();
|
| - ScrollbarsUpdateInfo(int layer_id, bool hidden);
|
| + ScrollbarsUpdateInfo(ElementId element_id, bool hidden);
|
|
|
| bool operator==(const ScrollbarsUpdateInfo& other) const;
|
| };
|
|
|