Index: Source/platform/graphics/BitmapImage.h |
diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h |
index 59941a4abc6a196d0e25f28e69ba7d3055e6d7f9..a7962d96f31ea73a3582905a9adc0baddf2a7d2e 100644 |
--- a/Source/platform/graphics/BitmapImage.h |
+++ b/Source/platform/graphics/BitmapImage.h |
@@ -153,8 +153,8 @@ protected: |
// changed. |
void checkForSolidColor(); |
- virtual bool mayFillWithSolidColor(); |
- virtual Color solidColor() const; |
+ virtual bool mayFillWithSolidColor() OVERRIDE; |
+ virtual Color solidColor() const OVERRIDE; |
ImageSource m_source; |
mutable IntSize m_size; // The size to use for the overall image (will just be the size of the first image). |