Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index ec0bffc90fbb2028402115fd133297061bddb690..c28e3f53b2e15236d10c54d16cbda8901dcf5d9d 100644 |
--- a/include/core/SkBitmap.h |
+++ b/include/core/SkBitmap.h |
@@ -694,7 +694,7 @@ public: |
*/ |
class HeapAllocator : public Allocator { |
public: |
- virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE; |
+ bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE; |
}; |
class RLEPixels { |