Index: Source/WebCore/platform/graphics/filters/FEGaussianBlur.h |
=================================================================== |
--- Source/WebCore/platform/graphics/filters/FEGaussianBlur.h (revision 111759) |
+++ Source/WebCore/platform/graphics/filters/FEGaussianBlur.h (working copy) |
@@ -74,9 +74,7 @@ |
inline void platformApplyGeneric(ByteArray* srcPixelArray, ByteArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize); |
inline void platformApplyNeon(ByteArray* srcPixelArray, ByteArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize); |
-#if USE(SKIA) |
- virtual bool platformApplySkia(); |
-#endif |
+ void platformApplySkia(); |
float m_stdX; |
float m_stdY; |