Index: tests/DrawBitmapRectTest.cpp |
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp |
index c1e34a2612e6769d848f03faef77e7a44a92d9c7..1ecc590e5367e6a2028858cd2e0e1de3b501ccf0 100644 |
--- a/tests/DrawBitmapRectTest.cpp |
+++ b/tests/DrawBitmapRectTest.cpp |
@@ -24,7 +24,7 @@ public: |
virtual ~FailureImageGenerator() { } |
protected: |
- virtual bool onGetInfo(SkImageInfo* info) SK_OVERRIDE { |
+ bool onGetInfo(SkImageInfo* info) SK_OVERRIDE { |
*info = SkImageInfo::MakeN32Premul(100, 100); |
return true; |
} |