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

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

Issue 757183003: Revert of Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/paint/ViewDisplayList.h ('k') | Source/core/paint/ViewDisplayListTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ViewDisplayList.cpp
diff --git a/Source/core/paint/ViewDisplayList.cpp b/Source/core/paint/ViewDisplayList.cpp
index b1b568ca0fe84466a8ca6fd5aa153e3b9310e436..79de5be850f6466f2ca08201ac805baecd2dfc4d 100644
--- a/Source/core/paint/ViewDisplayList.cpp
+++ b/Source/core/paint/ViewDisplayList.cpp
@@ -148,7 +148,6 @@
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";
« no previous file with comments | « Source/core/paint/ViewDisplayList.h ('k') | Source/core/paint/ViewDisplayListTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698