remove deprecated NewRasterPMColor

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1192353002
This commit is contained in:
reed 2015-06-19 03:42:56 -07:00 committed by Commit bot
parent 9aa9e716ec
commit ce777c9ea3

View File

@ -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);
}