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

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

Issue 721773005: [Slimming Paint] Add *FilterDisplayItem type for 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 4c3cb1a37265991dfa9e0e7c7ad64e2eb911c86a..ab0520973a2cad59c356fc3cdd7111ea28a8e3fa 100644
--- a/Source/core/paint/ViewDisplayList.cpp
+++ b/Source/core/paint/ViewDisplayList.cpp
@@ -146,6 +146,8 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type)
case DisplayItem::ClipLayerFragmentSelection: return "ClipLayerFragmentSelection";
case DisplayItem::ClipLayerFragmentChildBlockBackgrounds: return "ClipLayerFragmentChildBlockBackgrounds";
case DisplayItem::EndClip: return "EndClip";
+ case DisplayItem::BeginFilter: return "BeginFilter";
+ case DisplayItem::EndFilter: return "EndFilter";
}
ASSERT_NOT_REACHED();
return "Unknown";
« 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