Index: third_party/WebKit/Source/core/paint/SVGClipPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.h b/third_party/WebKit/Source/core/paint/SVGClipPainter.h |
index e1da3baf850603740e1b9ff62d3c29170dd5b73c..c5586d282e041337437dc42c8e3a87f5393e9d08 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGClipPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.h |
@@ -27,9 +27,6 @@ public: |
SVGClipPainter(LayoutSVGResourceClipper& clip) : m_clip(clip) { } |
- // FIXME: Filters are also stateful resources that could benefit from having their state managed |
- // on the caller stack instead of the current hashmap. We should look at refactoring these |
- // into a general interface that can be shared. |
bool prepareEffect(const LayoutObject&, const FloatRect&, const FloatRect&, const FloatPoint&, GraphicsContext&, ClipperState&); |
void finishEffect(const LayoutObject&, GraphicsContext&, ClipperState&); |