| Index: Source/core/paint/DeprecatedPaintLayerPaintingInfo.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerPaintingInfo.h b/Source/core/paint/DeprecatedPaintLayerPaintingInfo.h
|
| index f21f8827c8cbe7b9d0dd0a77c325521c6146de78..3a0a8738178c188b962269194035af513250f26a 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerPaintingInfo.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerPaintingInfo.h
|
| @@ -87,6 +87,7 @@ struct DeprecatedPaintLayerPaintingInfo {
|
| LayoutObject* paintingRoot; // only paint descendants of this object
|
| LayoutRect paintDirtyRect; // relative to rootLayer;
|
| LayoutSize subPixelAccumulation;
|
| + IntSize scrollOffsetAccumulation;
|
| PaintBehavior paintBehavior;
|
| bool clipToDirtyRect;
|
| };
|
|
|