| Index: src/core/SkSmallAllocator.h
|
| diff --git a/src/core/SkSmallAllocator.h b/src/core/SkSmallAllocator.h
|
| index 2eddb510cd050ed6cce16915fab0560c847f0404..655008b70698ec5262e91c26ce22f9145c85239a 100644
|
| --- a/src/core/SkSmallAllocator.h
|
| +++ b/src/core/SkSmallAllocator.h
|
| @@ -29,7 +29,7 @@ template<typename T> void destroyT(void* ptr) {
|
| * object it allocated and freeing its memory.
|
| */
|
| template<uint32_t kMaxObjects, size_t kTotalBytes>
|
| -class SkSmallAllocator : public SkNoncopyable {
|
| +class SkSmallAllocator : SkNoncopyable {
|
| public:
|
| SkSmallAllocator()
|
| : fStorageUsed(0)
|
|
|