Index: Source/WebCore/platform/graphics/filters/FEColorMatrix.h |
=================================================================== |
--- Source/WebCore/platform/graphics/filters/FEColorMatrix.h (revision 111756) |
+++ Source/WebCore/platform/graphics/filters/FEColorMatrix.h (working copy) |
@@ -49,9 +49,6 @@ |
bool setValues(const Vector<float>&); |
virtual void platformApplySoftware(); |
-#if USE(SKIA) |
- virtual bool platformApplySkia(); |
-#endif |
virtual void dump(); |
virtual TextStream& externalRepresentation(TextStream&, int indention) const; |