| Index: include/core/SkImageDecoder.h
|
| diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h
|
| index bec40631e7c4813394729adb4668011d33156a92..4be83c828aac0f2089b8e344cb3c9e0b7f2bcda1 100644
|
| --- a/include/core/SkImageDecoder.h
|
| +++ b/include/core/SkImageDecoder.h
|
| @@ -24,7 +24,7 @@ class SkStreamRewindable;
|
|
|
| Base class for decoding compressed images into a SkBitmap
|
| */
|
| -class SkImageDecoder : public SkNoncopyable {
|
| +class SkImageDecoder : SkNoncopyable {
|
| public:
|
| virtual ~SkImageDecoder();
|
|
|
|
|