Index: Source/platform/graphics/filters/FEColorMatrix.h |
diff --git a/Source/platform/graphics/filters/FEColorMatrix.h b/Source/platform/graphics/filters/FEColorMatrix.h |
index 1c4bf929953c6bc85872d3d1cc59ec2541e75617..ddf343086bcc764d65f20f3ccd68e43dc3ac1104 100644 |
--- a/Source/platform/graphics/filters/FEColorMatrix.h |
+++ b/Source/platform/graphics/filters/FEColorMatrix.h |
@@ -60,7 +60,7 @@ private: |
virtual void applySoftware() OVERRIDE; |
virtual bool applySkia() OVERRIDE; |
- bool affectsTransparentPixels() OVERRIDE; |
+ virtual bool affectsTransparentPixels() OVERRIDE; |
ColorMatrixType m_type; |
Vector<float> m_values; |