| Index: trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h | 
| =================================================================== | 
| --- trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h	(revision 150368) | 
| +++ trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h	(working copy) | 
| @@ -41,7 +41,6 @@ | 
| static float calculateStdDeviation(float); | 
|  | 
| virtual void determineAbsolutePaintRect(); | 
| -    virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL; | 
| static void calculateKernelSize(Filter*, unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY); | 
| static void calculateUnscaledKernelSize(unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY); | 
|  | 
|  |