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

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

Issue 871983003: [Slimming Paint] Implement deferred SVG filters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add note Created 5 years, 11 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
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/DisplayItem.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index c5cddddfccc8ff82b53b60852833d185003578be..d84b93f07a90e0eae21e71b9b1d19d5df9c96678 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -78,6 +78,7 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type)
case PageWidgetDelegateClip: return "PageWidgetDelegateClip";
case PageWidgetDelegateBackgroundFallback: return "PageWidgetDelegateBackgroundFallback";
case ViewBackground: return "ViewBackground";
+ case SVGFilter: return "SVGFilter";
}
ASSERT_NOT_REACHED();
return "Unknown";
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698