| 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);
|
|
|