| Index: cc/trees/transform_node.h
|
| diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
|
| index 7893be2e4e0d871c501e37e5e539c7c96d0f91c4..5e7e4cd55084ed4ade61ee39f04959944daed312 100644
|
| --- a/cc/trees/transform_node.h
|
| +++ b/cc/trees/transform_node.h
|
| @@ -114,7 +114,7 @@ struct CC_EXPORT TransformNode {
|
| gfx::Vector2dF surface_contents_scale;
|
|
|
| // TODO(vollick): will be moved when accelerated effects are implemented.
|
| - gfx::ScrollOffset scroll_offset;
|
| + gfx::ScrollOffset scroll_offset_with_overscroll;
|
|
|
| // We scroll snap where possible, but this means fixed-pos elements must be
|
| // adjusted. This value stores the snapped amount for this purpose.
|
|
|