Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1757)

Unified Diff: Source/platform/graphics/filters/FEComponentTransfer.h

Issue 135833002: Add missing virtual keyword for methods with OVERRIDE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]);
« no previous file with comments | « Source/platform/graphics/filters/FEColorMatrix.h ('k') | Source/platform/graphics/filters/FEDisplacementMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698