| Index: src/image/SkImagePriv.h
|
| diff --git a/src/image/SkImagePriv.h b/src/image/SkImagePriv.h
|
| index 7c19c734c2cc15e7aab13be55d989cbeadec8f04..2812a8f72de831cf2750e80575332d60606f0c0d 100644
|
| --- a/src/image/SkImagePriv.h
|
| +++ b/src/image/SkImagePriv.h
|
| @@ -18,8 +18,7 @@ extern SkBitmap::Config SkColorTypeToBitmapConfig(SkColorType);
|
| extern bool SkBitmapConfigToColorType(SkBitmap::Config, SkColorType* ctOut);
|
|
|
| // Call this if you explicitly want to use/share this pixelRef in the image
|
| -extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
|
| - size_t rowBytes);
|
| +extern SkImage* SkNewImageFromPixelRef(SkPixelRef*);
|
|
|
| /**
|
| * Examines the bitmap to decide if it can share the existing pixelRef, or
|
|
|