Index: Source/platform/graphics/Image.h |
diff --git a/Source/platform/graphics/Image.h b/Source/platform/graphics/Image.h |
index cc3cc9604f15b63978ed3a536da721a759f7e828..53ced0b854016f34b93394dcaa391b1cfd9600fe 100644 |
--- a/Source/platform/graphics/Image.h |
+++ b/Source/platform/graphics/Image.h |
@@ -108,7 +108,7 @@ public: |
enum TileRule { StretchTile, RoundTile, SpaceTile, RepeatTile }; |
- virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() { return 0; } |
+ virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() { return nullptr; } |
virtual void drawPattern(GraphicsContext*, const FloatRect&, |
const FloatSize&, const FloatPoint& phase, CompositeOperator, |