Index: Source/core/paint/PaintInfo.h |
diff --git a/Source/core/paint/PaintInfo.h b/Source/core/paint/PaintInfo.h |
index c991599ecb3ed36d162b452b462ed70027fc290d..2c1b1d4b7a3338e7b97c4670982fe9f49705e8be 100644 |
--- a/Source/core/paint/PaintInfo.h |
+++ b/Source/core/paint/PaintInfo.h |
@@ -109,6 +109,7 @@ struct PaintInfo { |
IntRect rect; // dirty rect used for culling non-intersecting layoutObjects |
PaintPhase phase; |
LayoutObject* paintingRoot; // used to draw just one element and its visual kids |
+ IntPoint accumulatedScrollOffsetSincePaintContainer; |
private: |
const LayoutBoxModelObject* m_paintContainer; // the box model object that originates the current painting |