| Index: include/core/SkPixelRef.h
|
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
|
| index 0d9182aae1bf41964771f6b196c04bc18a6a7c95..e3f6c20ed39fbd2ca2a12d33b277d734bd96c41d 100644
|
| --- a/include/core/SkPixelRef.h
|
| +++ b/include/core/SkPixelRef.h
|
| @@ -304,9 +304,6 @@ protected:
|
| // default impl returns NULL.
|
| virtual SkData* onRefEncodedData();
|
|
|
| - // default impl does nothing.
|
| - virtual void onNotifyPixelsChanged();
|
| -
|
| // default impl returns false.
|
| virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
|
| SkYUVColorSpace* colorSpace);
|
|
|