| Index: Source/WebCore/platform/graphics/filters/FEGaussianBlur.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/filters/FEGaussianBlur.h (revision 111761)
|
| +++ Source/WebCore/platform/graphics/filters/FEGaussianBlur.h (working copy)
|
| @@ -74,7 +74,6 @@
|
|
|
| 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);
|
| - void platformApplySkia();
|
|
|
| float m_stdX;
|
| float m_stdY;
|
|
|