Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h |
index 6cfd03ccc3488711f3fc93aa3a1e0a7f6a1e2da2..c258b1e36baee5f977f35111cc054c0a07bd87a2 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h |
@@ -29,6 +29,8 @@ |
#include "wtf/text/AtomicStringHash.h" |
#include "wtf/text/WTFString.h" |
+class SkPaint; |
+ |
namespace blink { |
class FloatRect; |
@@ -77,7 +79,9 @@ class SVGFilterBuilder { |
public: |
SVGFilterBuilder( |
PassRefPtrWillBeRawPtr<FilterEffect> sourceGraphic, |
- PassRefPtrWillBeRawPtr<SVGFilterGraphNodeMap> = nullptr); |
+ PassRefPtrWillBeRawPtr<SVGFilterGraphNodeMap> = nullptr, |
+ const SkPaint* fillPaint = nullptr, |
+ const SkPaint* strokePaint = nullptr); |
void buildGraph(Filter*, SVGFilterElement&, const FloatRect&); |