| Index: include/core/SkPixelRef.h
|
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
|
| index 80d138091615d3dba8c513be07b573862f99c25e..a24ef8e23158a9444a0a3a9bce5b30482d39e49a 100644
|
| --- a/include/core/SkPixelRef.h
|
| +++ b/include/core/SkPixelRef.h
|
| @@ -320,9 +320,6 @@ protected:
|
| */
|
| SkBaseMutex* mutex() const { return fMutex; }
|
|
|
| - // serialization
|
| - SkPixelRef(SkReadBuffer&, SkBaseMutex*);
|
| -
|
| // only call from constructor. Flags this to always be locked, removing
|
| // the need to grab the mutex and call onLockPixels/onUnlockPixels.
|
| // Performance tweak to avoid those calls (esp. in multi-thread use case).
|
|
|