Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
authorreed <reed@google.com>
Wed, 10 Dec 2014 15:24:28 +0000 (07:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Dec 2014 15:24:28 +0000 (07:24 -0800)
commit3054be16dfdb0d06233770cbfc338958edef44ea
treeea2631250a39b25a550114491c9b980b47c14f70
parent72b0c05fc19eb159c0adbf20ea87ded68c827ca3
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul

patch from issue 781403002 at patchset 20001 (http://crrev.com/781403002#ps20001)

BUG=skia:
TBR=
re-landing after chrome fixes have landed

Review URL: https://codereview.chromium.org/784223007
15 files changed:
gm/fatpathfill.cpp
gyp/skia_for_chromium_defines.gypi
include/core/SkCanvas.h
include/core/SkSurface.h
samplecode/SamplePictFile.cpp
src/core/SkCanvas.cpp
tests/CanvasTest.cpp
tests/DeferredCanvasTest.cpp
tests/DrawBitmapRectTest.cpp
tests/DrawPathTest.cpp
tests/PathTest.cpp
tests/RecordDrawTest.cpp
tests/RecorderTest.cpp
tests/SkResourceCacheTest.cpp
tools/skhello.cpp