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 6e8da7b9e7f4e1d9beeacb1e6d5077363dded0fc..9022ddf744db909756ddc0a7d5c1a10594842f94 100644 |
--- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h |
+++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h |
@@ -53,7 +53,7 @@ public: |
virtual ~FilterEffectBuilder(); |
DECLARE_TRACE(); |
- bool build(Element*, const FilterOperations&, float zoom, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr); |
+ bool build(Element*, const FilterOperations&, float zoom, const FloatSize* referenceBoxSize = nullptr, const SkPaint* fillPaint = nullptr, const SkPaint* strokePaint = nullptr); |
PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const |
{ |