| 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 b1c8dc8bd90e1bddba9c36479721d48ed5f0bba9..43fe0eef6a173a7a16e47d33d96ac97719720b6e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
|
| @@ -23,14 +23,13 @@
|
|
|
| #include "core/style/SVGComputedStyleDefs.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
| +#include "platform/graphics/paint/PaintFlags.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/AtomicStringHash.h"
|
|
|
| -class SkPaint;
|
| -
|
| namespace blink {
|
|
|
| class FloatRect;
|
| @@ -81,8 +80,8 @@ class SVGFilterBuilder {
|
| public:
|
| SVGFilterBuilder(FilterEffect* sourceGraphic,
|
| SVGFilterGraphNodeMap* = nullptr,
|
| - const SkPaint* fillPaint = nullptr,
|
| - const SkPaint* strokePaint = nullptr);
|
| + const PaintFlags* fillPaint = nullptr,
|
| + const PaintFlags* strokePaint = nullptr);
|
|
|
| void buildGraph(Filter*, SVGFilterElement&, const FloatRect&);
|
|
|
|
|