| 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 de96d955c5a06644c7efa1ad7e676fb0b0b56fb5..f41d7a72d97cb392811886e0515914928340fdab 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -177,6 +177,7 @@ struct CC_EXPORT ScrollAndScaleSet {
|
| float top_controls_delta;
|
| std::vector<LayerTreeHostCommon::ScrollbarsUpdateInfo> scrollbars;
|
| std::vector<std::unique_ptr<SwapPromise>> swap_promises;
|
| + InputHandler::ScrollSourceInfo scroll_source_info;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ScrollAndScaleSet);
|
|
|