| Index: third_party/WebKit/Source/platform/graphics/filters/FEMorphology.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.h b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.h
|
| index 11060d98df472b91139fc5947726e1d7b1f113f1..46aecbc40704457c32a44cfcb4ccc174a4673272 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.h
|
| @@ -35,7 +35,7 @@ enum MorphologyOperatorType {
|
|
|
| class PLATFORM_EXPORT FEMorphology final : public FilterEffect {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
|
| + static RawPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
|
| MorphologyOperatorType morphologyOperator() const;
|
| bool setMorphologyOperator(MorphologyOperatorType);
|
|
|
|
|