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

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

Issue 1110063006: Revert "Correct fixed-position recording for Slimming Paint" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 16b88d06ab866a6133def2f845741755849b6349..d62e6c0e7eda911455f988f47d980a2526dcb87a 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -154,10 +154,6 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
case EndTransform: return "EndTransform";
case BeginClipPath: return "BeginClipPath";
case EndClipPath: return "EndClipPath";
- case BeginFixedPosition: return "BeginFixedPosition";
- case EndFixedPosition: return "EndFixedPosition";
- case BeginFixedPositionContainer: return "BeginFixedPositionContainer";
- case EndFixedPositionContainer: return "EndFixedPositionContainer";
default:
ASSERT_NOT_REACHED();
return "Unknown";
« 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