Index: Source/platform/graphics/filters/FEComponentTransfer.h |
diff --git a/Source/platform/graphics/filters/FEComponentTransfer.h b/Source/platform/graphics/filters/FEComponentTransfer.h |
index c68fdfc764aa5bc319a6731e048724dcec12de22..31a878d1471663a93a5682bab3880851b01897be 100644 |
--- a/Source/platform/graphics/filters/FEComponentTransfer.h |
+++ b/Source/platform/graphics/filters/FEComponentTransfer.h |
@@ -88,7 +88,7 @@ private: |
virtual void applySoftware() OVERRIDE; |
virtual bool applySkia() OVERRIDE; |
- bool affectsTransparentPixels() OVERRIDE; |
+ virtual bool affectsTransparentPixels() OVERRIDE; |
void getValues(unsigned char rValues[256], unsigned char gValues[256], unsigned char bValues[256], unsigned char aValues[256]); |