Upstream changes from Android repository.
Review URL: https://codereview.appspot.com/5752055

git-svn-id: http://skia.googlecode.com/svn/trunk@3449 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
index 0c4683e..7cafda2 100644
--- a/tests/CanvasTest.cpp
+++ b/tests/CanvasTest.cpp
@@ -128,6 +128,7 @@
         *testStepArray().append() = this;
         fAssertMessageFormat = kDefaultAssertMessageFormat;
     }
+    virtual ~CanvasTestStep() { }
 
     virtual void draw(SkCanvas*, skiatest::Reporter*) = 0;
     virtual const char* name() const = 0;