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

Unified Diff: Source/core/paint/ViewDisplayList.cpp

Issue 744163002: Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix compile Created 6 years, 1 month 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/ViewDisplayList.cpp
diff --git a/Source/core/paint/ViewDisplayList.cpp b/Source/core/paint/ViewDisplayList.cpp
index 79de5be850f6466f2ca08201ac805baecd2dfc4d..b1b568ca0fe84466a8ca6fd5aa153e3b9310e436 100644
--- a/Source/core/paint/ViewDisplayList.cpp
+++ b/Source/core/paint/ViewDisplayList.cpp
@@ -148,6 +148,7 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type)
case DisplayItem::EndClip: return "EndClip";
case DisplayItem::BeginFilter: return "BeginFilter";
case DisplayItem::EndFilter: return "EndFilter";
+ case DisplayItem::TransparencyClip: return "TransparencyClip";
case DisplayItem::BeginTransparency: return "BeginTransparency";
case DisplayItem::EndTransparency: return "EndTransparency";
case ClipBoxChildBlockBackgrounds: return "ClipBoxChildBlockBackgrounds";

Powered by Google App Engine
This is Rietveld 408576698