| 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 6945415d4297643399fd7af28b0e199a65767370..631ea6da4b9f2b5356dc013fe35262e9ffff976b 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -146,6 +146,7 @@ class CC_EXPORT LayerTreeHostCommon {
|
| // TODO(miletus): Use ScrollOffset once LayerTreeHost/Blink fully supports
|
| // franctional scroll offset.
|
| gfx::Vector2d scroll_delta;
|
| + gfx::ScrollOffset overscroll;
|
|
|
| ScrollUpdateInfo();
|
|
|
|
|