Index: skia/ext/lazy_pixel_ref.h |
diff --git a/skia/ext/lazy_pixel_ref.h b/skia/ext/lazy_pixel_ref.h |
index b3f704d2f19ef8000f11a33bdbb58a616b8173ff..2335fdfb39ee3033080aa5806c8366415819275a 100644 |
--- a/skia/ext/lazy_pixel_ref.h |
+++ b/skia/ext/lazy_pixel_ref.h |
@@ -15,7 +15,7 @@ namespace skia { |
class SK_API LazyPixelRef : public SkPixelRef { |
public: |
explicit LazyPixelRef(const SkImageInfo& info); |
- virtual ~LazyPixelRef(); |
+ ~LazyPixelRef() override; |
struct PrepareParams { |
// Clipping rect for this pixel ref. |