Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: Source/core/paint/DeprecatedPaintLayerPaintingInfo.h

Issue 1159113003: [SP] Don't invalidate the whole scrolled tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaselines (see previous try result); Comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerPainter.cpp ('k') | Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698