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

Unified Diff: Source/platform/graphics/paint/DisplayItem.h

Issue 1284203004: Generate scroll/clip display item hierarchy for SPv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix failing test. Update test expectation. Created 5 years, 3 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/platform/graphics/paint/DisplayItem.h
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
index 0da40fce703c9f7abcd21454f36ee1eb15d5ac22..d4d107ddbd4180d2e1527713cc47c3277c6f746b 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -112,6 +112,7 @@ public:
ClipColumnBoundsPaintPhaseLast = ClipColumnBoundsPaintPhaseFirst + PaintPhaseMax,
ClipLayerFragmentPaintPhaseFirst,
ClipLayerFragmentPaintPhaseLast = ClipLayerFragmentPaintPhaseFirst + PaintPhaseMax,
+ ClipDescendantStackingContext,
ClipFileUploadControlRect,
ClipFrameToVisibleContentRect,
ClipFrameScrollbars,
@@ -161,8 +162,7 @@ public:
EndClipPath,
BeginFixedPosition,
EndFixedPosition,
- BeginFixedPositionContainer,
- EndFixedPositionContainer,
+ FixedPositionContainer,
pdr. 2015/09/03 06:16:59 Won't we still need begin/end pairs for multiple f
trchen 2015/09/04 06:10:15 Previously when I added it I was thinking the fixe
BeginSubsequence,
EndSubsequence,

Powered by Google App Engine
This is Rietveld 408576698