Index: src/lazy/SkDiscardablePixelRef.h |
diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h |
index e12f50306c194ecaa7ee97c82def6c9e157338c9..4515fd2277cfb65982268260122eabbd4e869c57 100644 |
--- a/src/lazy/SkDiscardablePixelRef.h |
+++ b/src/lazy/SkDiscardablePixelRef.h |
@@ -49,10 +49,10 @@ private: |
size_t rowBytes, |
SkDiscardableMemory::Factory* factory); |
- virtual bool onGetYUV8Planes(SkISize sizes[3], |
- void* planes[3], |
- size_t rowBytes[3], |
- SkYUVColorSpace* colorSpace) override { |
+ bool onGetYUV8Planes(SkISize sizes[3], |
+ void* planes[3], |
+ size_t rowBytes[3], |
+ SkYUVColorSpace* colorSpace) override { |
// If the image was already decoded with lockPixels(), favor not |
// re-decoding to YUV8 planes. |
if (fDiscardableMemory) { |