| 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 e50a51410e2b29c66cf960515abd2a9ede3c98fc..c3483ad508769fca146389aebd592955aa155aa8 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -135,6 +135,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();
|
|
|
|
|