Index: Source/WebCore/platform/graphics/filters/FEColorMatrix.h |
=================================================================== |
--- Source/WebCore/platform/graphics/filters/FEColorMatrix.h (revision 111758) |
+++ Source/WebCore/platform/graphics/filters/FEColorMatrix.h (working copy) |
@@ -49,6 +49,9 @@ |
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; |