| Index: cc/layer_tree_host_common.h
|
| diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
|
| index d91eeccd59cc64b0fdb8bb2bd838684d0f15bd0d..eae6ba005e1081e63ae9e0fbf0efa5c228b0f9f2 100644
|
| --- a/cc/layer_tree_host_common.h
|
| +++ b/cc/layer_tree_host_common.h
|
| @@ -59,6 +59,7 @@ struct CC_EXPORT ScrollAndScaleSet {
|
|
|
| std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
|
| float pageScaleDelta;
|
| + gfx::Vector2d desktopCompatibilityViewportOffsetFromScrollPositionDelta;
|
| };
|
|
|
| template<typename LayerType>
|
|
|