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

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

Issue 1110653003: [Reland] Correct fixed-position recording for Slimming Paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 8 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 54b63ea5811d34278e460bd4d01ab866c152243d..59733a16665d8cc0c442244671575b52bdffdb67 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -148,6 +148,10 @@ public:
EndTransform,
BeginClipPath,
EndClipPath,
+ BeginFixedPosition,
+ EndFixedPosition,
+ BeginFixedPositionContainer,
+ EndFixedPositionContainer,
SubtreeCachedFirst,
SubtreeCachedPaintPhaseFirst = SubtreeCachedFirst,

Powered by Google App Engine
This is Rietveld 408576698