diff options
| author | robertphillips <robertphillips@google.com> | 2014-09-04 08:42:50 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2014-09-04 08:42:50 -0700 |
| commit | c5ba71d2e5cd426def66fa49dcf003e5b2c98dc7 (patch) | |
| tree | 120359b17c8143f85462fefd855d2d94b50ce785 /samplecode/SampleApp.cpp | |
| parent | 227c54e3d4e7b738d0b11a2f68b63cb1fd79cb12 (diff) | |
Change SkPicture::draw to playback
R=reed@google.com
Author: robertphillips@google.com
Review URL: https://codereview.chromium.org/540963002
Diffstat (limited to 'samplecode/SampleApp.cpp')
| -rw-r--r-- | samplecode/SampleApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index e8d6d9911e..9c9b34384c 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -1376,7 +1376,7 @@ void SampleWindow::afterChildren(SkCanvas* orig) { orig->drawPicture(pict.get()); } } else { - picture->draw(orig); + picture->playback(orig); } } |
