| Index: Source/core/paint/DeprecatedPaintLayerFilterInfo.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerFilterInfo.h b/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
|
| index 698d4bf1f04a714ea9cf970e96f49ac89aa7af67..4bb346e84b57b0b754a221edae43fc2dc864da2d 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerFilterInfo.h
|
| @@ -57,12 +57,12 @@ public:
|
| void setBuilder(PassRefPtrWillBeRawPtr<FilterEffectBuilder>);
|
|
|
| void updateReferenceFilterClients(const FilterOperations&);
|
| - virtual void notifyFinished(Resource*) override;
|
| + void notifyFinished(Resource*) override;
|
| void removeReferenceFilterClients();
|
|
|
| private:
|
| DeprecatedPaintLayerFilterInfo(DeprecatedPaintLayer*);
|
| - virtual ~DeprecatedPaintLayerFilterInfo();
|
| + ~DeprecatedPaintLayerFilterInfo() override;
|
|
|
| DeprecatedPaintLayer* m_layer;
|
|
|
|
|