diff options
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-08 20:44:25 +0000 |
|---|---|---|
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-08 20:44:25 +0000 |
| commit | 0e354aacd84d3bede3f97cbde35a54ba62a89533 (patch) | |
| tree | 8ca5215852c9b98026695bef8eeeed5b039eb466 /samplecode/SampleApp.cpp | |
| parent | a834746cc1bd92301fd0840a221ca1623c0bbb29 (diff) | |
Remove external matrix feature.
We haven't been testing this for nearly two years.
R=reed@google.com
Review URL: https://codereview.appspot.com/6640044
git-svn-id: http://skia.googlecode.com/svn/trunk@5857 2bbb7eff-a529-9590-31e7-b0007b416f81
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 6c81041980..df77063633 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -1045,10 +1045,6 @@ void SampleWindow::draw(SkCanvas* canvas) { gAnimTime = SkTime::GetMSecs(); } - const SkMatrix& localM = fGesture.localM(); - if (localM.getType() & SkMatrix::kScale_Mask) { - canvas->setExternalMatrix(&localM); - } if (fGesture.isActive()) { this->updateMatrix(); } |
