| Index: cc/trees/transform_node.h
|
| diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
|
| index 35982e42fc92ebace74e5165c28138c97dccb5bb..d0b5060933f6c0da962af5be5993e05c97809340 100644
|
| --- a/cc/trees/transform_node.h
|
| +++ b/cc/trees/transform_node.h
|
| @@ -116,7 +116,7 @@ struct CC_EXPORT TransformNode {
|
| float post_local_scale_factor;
|
|
|
| // TODO(vollick): will be moved when accelerated effects are implemented.
|
| - gfx::ScrollOffset scroll_offset;
|
| + gfx::ScrollOffset scroll_offset_with_overscroll;
|
|
|
| // This value stores the snapped amount whenever we snap. If the snap is due
|
| // to a scroll, we need it to calculate fixed-pos elements adjustment, even
|
|
|