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

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

Issue 871983003: [Slimming Paint] Implement deferred SVG filters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup, and update expectation 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
Index: Source/platform/graphics/paint/DisplayItem.h
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
index bc55c2d22f7e517f1417b810484425fd6ef8a122..d864103e10a84ebebcff5fbb662f70031855abc5 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -91,7 +91,8 @@ public:
LinkHighlight,
PageWidgetDelegateClip,
PageWidgetDelegateBackgroundFallback,
- ViewBackground
+ ViewBackground,
+ SVGFilter
};
// Create a dummy display item which just holds the id but has no display operation.

Powered by Google App Engine
This is Rietveld 408576698