| 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 0e139471739b57657baf2008aaa2914a225eeaeb..3c84cb0942d68a5c9f05e2d6aa9a998030ed4e30 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -19,6 +19,7 @@
|
|
|
| namespace cc {
|
|
|
| +class LatencyInfoSwapPromise;
|
| class LayerImpl;
|
| class Layer;
|
|
|
| @@ -139,6 +140,7 @@ struct CC_EXPORT ScrollAndScaleSet {
|
|
|
| std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
|
| float page_scale_delta;
|
| + ScopedPtrVector<LatencyInfoSwapPromise> swap_promises;
|
| };
|
|
|
| template <typename LayerType>
|
|
|