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

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 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 e0793edbe8ed20837c9fc548eba6fb666817b670..94809657c6e25b3f63093fd8ea2deb0e7dcb7ef4 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -90,7 +90,8 @@ public:
DragImage,
LinkHighlight,
PageWidgetDelegateClip,
- PageWidgetDelegateBackgroundFallback
+ PageWidgetDelegateBackgroundFallback,
+ 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