| Index: Source/platform/graphics/skia/SkiaUtils.h
 | 
| diff --git a/Source/platform/graphics/skia/SkiaUtils.h b/Source/platform/graphics/skia/SkiaUtils.h
 | 
| index 44a6897b2ad39fdfbde5ffd52dd626a38bcd4b34..bf938ff206d84c74a2981973a4e3d90fed822a83 100644
 | 
| --- a/Source/platform/graphics/skia/SkiaUtils.h
 | 
| +++ b/Source/platform/graphics/skia/SkiaUtils.h
 | 
| @@ -95,8 +95,6 @@ bool nearlyIntegral(float value);
 | 
|  
 | 
|  InterpolationQuality limitInterpolationQuality(const GraphicsContext*, InterpolationQuality resampling);
 | 
|  
 | 
| -SkPaint::FilterLevel convertToSkiaFilterLevel(bool useBicubicFilter, InterpolationQuality resampling);
 | 
| -
 | 
|  InterpolationQuality computeInterpolationQuality(
 | 
|      const SkMatrix&,
 | 
|      float srcWidth,
 | 
| 
 |