skia2/experimental/SkiaExamples
commit-bot@chromium.org b09bfcb7b1 add virtual destructor for SkExample to fix build error.
The original SkExample have virtual function draw(), but have no virtual destructor. This may lead to memory leak when free the instance of derived class of SkExample. The latest skia code show error when build SkiaExamples by "ninja -C out/Release SkiaExamples":
error: ‘class SkExample’ has virtual functions and accessible non-virtual destructor.

R=caryclark@google.com

Author: yunchao.he@intel.com

Review URL: https://codereview.chromium.org/98463013

git-svn-id: http://skia.googlecode.com/svn/trunk@12728 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-12-17 23:37:38 +00:00
..
HelloSkiaExample.cpp basically a typo 2013-10-10 02:53:30 +00:00
SkExample.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
SkExample.h add virtual destructor for SkExample to fix build error. 2013-12-17 23:37:38 +00:00
SkExampleNSView.h Smallest possible desktop application that uses Skia to render stuff. 2013-06-18 15:37:27 +00:00
SkExampleNSView.mm Smallest possible desktop application that uses Skia to render stuff. 2013-06-18 15:37:27 +00:00
SkiaExamples-Info.plist Smallest possible desktop application that uses Skia to render stuff. 2013-06-18 15:37:27 +00:00
SkiaExamples.xib Smallest possible desktop application that uses Skia to render stuff. 2013-06-18 15:37:27 +00:00