diff options
| author | reed <reed@google.com> | 2014-12-10 07:24:28 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2014-12-10 07:24:28 -0800 |
| commit | 3054be16dfdb0d06233770cbfc338958edef44ea (patch) | |
| tree | ea2631250a39b25a550114491c9b980b47c14f70 /samplecode/SamplePictFile.cpp | |
| parent | 72b0c05fc19eb159c0adbf20ea87ded68c827ca3 (diff) | |
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
Diffstat (limited to 'samplecode/SamplePictFile.cpp')
| -rw-r--r-- | samplecode/SamplePictFile.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/samplecode/SamplePictFile.cpp b/samplecode/SamplePictFile.cpp index df0c369736..453624ec74 100644 --- a/samplecode/SamplePictFile.cpp +++ b/samplecode/SamplePictFile.cpp @@ -136,12 +136,6 @@ private: SkDebugf("coun't load picture at \"path\"\n", path); } - if (false) { - SkSurface* surf = SkSurface::NewRasterPMColor(SkScalarCeilToInt(pic->cullRect().width()), - SkScalarCeilToInt(pic->cullRect().height())); - surf->getCanvas()->drawPicture(pic); - surf->unref(); - } if (false) { // re-record SkPictureRecorder recorder; pic->playback(recorder.beginRecording(pic->cullRect().width(), |
