Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
index d0274a4c497b1cdda86e9afc52cb6781357a8098..7ff20e225c28ba888d1965ef7a05279224ee9c4b 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
@@ -25,6 +25,7 @@ class SVGFilterRecordingContext { |
GraphicsContext* BeginContent(); |
sk_sp<PaintRecord> EndContent(const FloatRect&); |
+ void Abort(); |
GraphicsContext& PaintingContext() const { return initial_context_; } |