| Index: include/core/SkSurface.h
|
| diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h
|
| index 2df98657a5a7568f0f35c398aeb450c0ee533a6e..de84766647d993618c814e75a6bc216edd8e2e62 100644
|
| --- a/include/core/SkSurface.h
|
| +++ b/include/core/SkSurface.h
|
| @@ -76,11 +76,6 @@ public:
|
| * specified width and height, and populates the rest of info to match
|
| * pixels in SkPMColor format.
|
| */
|
| -#ifdef SK_SUPPORT_LEGACY_NewRasterPMColor
|
| - static SkSurface* NewRasterPMColor(int width, int height, const SkSurfaceProps* props = NULL) {
|
| - return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
|
| - }
|
| -#endif
|
| static SkSurface* NewRasterN32Premul(int width, int height, const SkSurfaceProps* props = NULL) {
|
| return NewRaster(SkImageInfo::MakeN32Premul(width, height), props);
|
| }
|
|
|