diff options
| author | reed <reed@chromium.org> | 2015-02-15 11:08:40 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-02-15 11:08:40 -0800 |
| commit | 9e447c08deb30b26a2101cb20b8a04aa230f09c4 (patch) | |
| tree | c865589eef8f46eccd6400a3e304710d78714379 /samplecode/SampleApp.cpp | |
| parent | c610ed9aab3f42d81509b0124aacc4d4f5b936df (diff) | |
remove unneeded preroll
BUG=skia:
TBR=robertphilips
Review URL: https://codereview.chromium.org/927443006
Diffstat (limited to 'samplecode/SampleApp.cpp')
| -rw-r--r-- | samplecode/SampleApp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index b8e91a6840..4c81d89ce4 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -1291,10 +1291,6 @@ void SampleWindow::afterChildren(SkCanvas* orig) { SkAutoTUnref<const SkPicture> picture(fRecorder.endRecording()); if (true) { - picture->preroll(NULL, NULL, NULL, NULL); - } - - if (true) { this->installDrawFilter(orig); if (true) { |
