Chromium Code Reviews| Index: samplecode/SampleArc.cpp |
| diff --git a/samplecode/SampleArc.cpp b/samplecode/SampleArc.cpp |
| index 6943eb7a6c105f3552c88d2b74d7d1fe28ff3843..df452ce77687e6ee752d4c29eee9e90a640a2f74 100644 |
| --- a/samplecode/SampleArc.cpp |
| +++ b/samplecode/SampleArc.cpp |
| @@ -99,7 +99,7 @@ public: |
| fRootDrawable = recorder.EXPERIMENTAL_endRecordingAsDrawable(); |
| } |
| - virtual ~ArcsView() SK_OVERRIDE { |
| + ~ArcsView() SK_OVERRIDE { |
| fAnimatingDrawable->unref(); |
| fRootDrawable->unref(); |
| } |