Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: Source/platform/graphics/DiscardablePixelRef.h

Issue 137933002: Update more platform classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/DiscardablePixelRef.h
diff --git a/Source/platform/graphics/DiscardablePixelRef.h b/Source/platform/graphics/DiscardablePixelRef.h
index 05340fc97057a9d5c8af6b004fe9912913551093..4b78940e67352730c7025f1e5d488b59d1a77c51 100644
--- a/Source/platform/graphics/DiscardablePixelRef.h
+++ b/Source/platform/graphics/DiscardablePixelRef.h
@@ -48,7 +48,7 @@ class PLATFORM_EXPORT DiscardablePixelRefAllocator : public SkBitmap::Allocator
class PLATFORM_EXPORT DiscardablePixelRef : public SkPixelRef {
public:
DiscardablePixelRef(const SkImageInfo&, size_t rowBytes, PassOwnPtr<SkMutex>);
- ~DiscardablePixelRef();
+ virtual ~DiscardablePixelRef();
static bool isDiscardable(SkPixelRef*);
bool allocAndLockDiscardableMemory(size_t);
« no previous file with comments | « Source/platform/exported/WebScrollbarThemeClientImpl.h ('k') | Source/platform/graphics/filters/DistantLightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698