From 8e65712486c66108677a9b0a55ad3e7ca94db555 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 19 Feb 2015 18:50:00 -0800 Subject: Make SkPixelRef::isLocked() debug-only, remove related dead code. DM's okay locally with no diffs, no failures. BUG=skia: Review URL: https://codereview.chromium.org/940083002 --- src/core/SkPixelRef.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/SkPixelRef.cpp') diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp index f56298165c..c73c2f4b7d 100644 --- a/src/core/SkPixelRef.cpp +++ b/src/core/SkPixelRef.cpp @@ -197,14 +197,6 @@ bool SkPixelRef::onLockPixelsAreWritable() const { return true; } -bool SkPixelRef::onImplementsDecodeInto() { - return false; -} - -bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { - return false; -} - uint32_t SkPixelRef::getGenerationID() const { if (0 == fGenerationID) { fGenerationID = SkNextPixelRefGenerationID(); -- cgit v1.2.3