aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-03-20 14:20:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-20 14:20:09 -0700
commit5fedef1c312a72faf30c1292279e3792087eb789 (patch)
treef458362fece8184087487996714fbe1cbcc614b7 /include/core/SkBitmap.h
parent02f46cf878535fb79317d15ebed66dfa3f2cd772 (diff)
remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1020403002
Diffstat (limited to 'include/core/SkBitmap.h')
-rw-r--r--include/core/SkBitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index c28e3f53b2..059a8d734c 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -753,8 +753,6 @@ private:
void freePixels();
void updatePixelsFromRef() const;
- void legacyUnflatten(SkReadBuffer&);
-
static void WriteRawPixels(SkWriteBuffer*, const SkBitmap&);
static bool ReadRawPixels(SkReadBuffer*, SkBitmap*);