| 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..8cf636e85a9b3fd79efa473dbf939a59b0ea4f98 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.h
|
| @@ -52,6 +52,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| bool build(Element*, const FilterOperations&, float zoom);
|
| + void reset();
|
|
|
| PassRefPtrWillBeRawPtr<FilterEffect> lastEffect() const
|
| {
|
|
|