aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-07-14 10:13:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-14 10:13:57 -0700
commit3b72f792898237e9cec4dd095ef56169d0317f71 (patch)
treeb9128ea5aa85241b2b1ffd364c483fb3f041b2bc /include
parented458688e284508f17a0408a093d89a8b5966e32 (diff)
remove unused SkPixelRef constructor
TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/390893002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPixelRef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 80d1380916..a24ef8e231 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).