Chromium Code Reviews| Index: include/core/SkBitmap.h |
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
| index c28e3f53b2e15236d10c54d16cbda8901dcf5d9d..059a8d734c3d6691dd60d427a1035e1aa732a024 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*); |