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 88197da329b7dc34dc2644aea5959a8545a83891..404f407f008f9fdcc00bde62d643d40ca09b8beb 100644 |
--- a/cc/trees/layer_tree_host_common.h |
+++ b/cc/trees/layer_tree_host_common.h |
@@ -150,7 +150,9 @@ class CC_EXPORT LayerTreeHostCommon { |
struct ScrollUpdateInfo { |
int layer_id; |
- gfx::Vector2dF scroll_delta; |
+ // TODO(miletus): Use ScrollOffset once LayerTreeHost/Blink fully supports |
+ // franctional scroll offset. |
+ gfx::Vector2d scroll_delta; |
}; |
}; |