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 c86c4aa2c788a58820e1464923a07bcc706af6a2..1f4717257bb4a44fdc1f6b657645a84847fc2912 100644 |
--- a/cc/trees/layer_tree_host_common.h |
+++ b/cc/trees/layer_tree_host_common.h |
@@ -140,6 +140,7 @@ struct CC_EXPORT ScrollAndScaleSet { |
std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls; |
float page_scale_delta; |
+ float top_controls_delta; |
ScopedPtrVector<SwapPromise> swap_promises; |
}; |