| 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 1f4717257bb4a44fdc1f6b657645a84847fc2912..d4c09c69790a7bc429894f07c26cf691207080ee 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -130,6 +130,8 @@ class CC_EXPORT LayerTreeHostCommon {
|
|
|
| struct ScrollUpdateInfo {
|
| int layer_id;
|
| + // TODO(miletus) : Use ScrollOffset once LayerTreeHost/Blink fully supports
|
| + // franctional scroll offset.
|
| gfx::Vector2d scroll_delta;
|
| };
|
| };
|
|
|