| Index: third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp
 | 
| index a01a35086b3c5093118822f22b9925e9363eba5f..b19909e337a2b44e9e3541d81113d047e6d61c9d 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp
 | 
| @@ -46,7 +46,7 @@ FEConvolveMatrix::FEConvolveMatrix(Filter* filter, const IntSize& kernelSize,
 | 
|  {
 | 
|  }
 | 
|  
 | 
| -RawPtr<FEConvolveMatrix> FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize,
 | 
| +FEConvolveMatrix* FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize,
 | 
|      float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
 | 
|      bool preserveAlpha, const Vector<float>& kernelMatrix)
 | 
|  {
 | 
| 
 |