| Index: third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| index 2c2f5aab5a9322333f83915695e664ff6617228c..6e8da7b9e7f4e1d9beeacb1e6d5077363dded0fc 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| @@ -34,6 +34,8 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| +class SkPaint;
|
| +
|
| namespace blink {
|
|
|
| class Filter;
|
| @@ -51,7 +53,7 @@ public:
|
| virtual ~FilterEffectBuilder();
|
| DECLARE_TRACE();
|
|
|
| - bool build(Element*, const FilterOperations&, float zoom);
|
| + bool build(Element*, const FilterOperations&, float zoom, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr);
|
|
|
| PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const
|
| {
|
|
|