| 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..974ffc387497f4447651cb19832e8fd7ff28809e 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| @@ -29,6 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "third_party/skia/include/core/SkShader.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -51,7 +52,7 @@ public:
|
| virtual ~FilterEffectBuilder();
|
| DECLARE_TRACE();
|
|
|
| - bool build(Element*, const FilterOperations&, float zoom);
|
| + bool build(Element*, const FilterOperations&, float zoom, PassRefPtr<SkShader> fillShader = nullptr, PassRefPtr<SkShader> strokeShader = nullptr);
|
|
|
| PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const
|
| {
|
|
|