skia2/experimental/SkiaExamples
commit-bot@chromium.org e3beb6bd7d SkNonCopyable should be used with private inheritance.
This is mostly s/public SkNoncopyable/SkNoncopyable/g.

Two classes (SkDrawLooper::Context and SkPicture::OperationList) don't actually work with SkNoncopyable because they introduce a virtual destructor.  I added SkNoncopyableVirtual to make them work as intended.  Sort of questionable whether they really need to be noncopyable in the first place, but I guess it doesn't hurt to keep the behavior the same.

BUG=skia:
R=reed@google.com, mtklein@google.com

Author: mtklein@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14081 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-04-07 19:34:38 +00:00
..
HelloSkiaExample.cpp basically a typo 2013-10-10 02:53:30 +00:00
SkExample.cpp fix the build error of SkiaExample -- use setColorType, not setConfig 2014-03-07 13:24:52 +00:00
SkExample.h SkNonCopyable should be used with private inheritance. 2014-04-07 19:34: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