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

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

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.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index 6e5583437dc9672004dea9aa5eba62e1cdaecaf7..00e69bc7c939c01b382263193ba046828989961e 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -158,6 +158,10 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
DEBUG_STRING_CASE(EndTransform);
DEBUG_STRING_CASE(BeginClipPath);
DEBUG_STRING_CASE(EndClipPath);
+ DEBUG_STRING_CASE(BeginFixedPosition);
+ DEBUG_STRING_CASE(EndFixedPosition);
+ DEBUG_STRING_CASE(BeginFixedPositionContainer);
+ DEBUG_STRING_CASE(EndFixedPositionContainer);
DEFAULT_CASE;
}
}
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | Source/platform/graphics/paint/FixedPositionContainerDisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698