| Index: third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
|
| index 5d904de0d288324d2175184c25c126fb964bcfc1..2f3bfcd4d5909d5e3975fc65d3d6b945f05b7819 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp
|
| @@ -39,7 +39,7 @@ FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float ra
|
| {
|
| }
|
|
|
| -RawPtr<FEMorphology> FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
|
| +FEMorphology* FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
|
| {
|
| return new FEMorphology(filter, type, radiusX, radiusY);
|
| }
|
|
|