skia2/experimental/iOSSampleApp
mtklein 18300a3aa7 detach -> release
The C++ standard library uses the name "release" for the operation we call "detach".

Rewriting each "detach(" to "release(" brings us a step closer to using standard library types directly (e.g. std::unique_ptr instead of SkAutoTDelete).

This was a fairly blind transformation.  There may have been unintentional conversions in here, but it's probably for the best to have everything uniformly say "release".

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1809733002

Review URL: https://codereview.chromium.org/1809733002
2016-03-16 13:53:35 -07:00
..
iOSSampleApp.xcodeproj Replace SkTScopedPtr with SkAutoTDelete in Skia. 2013-08-29 22:14:04 +00:00
iPad Fix a number of issues with iOS build. 2014-06-11 13:59:22 -07:00
iPhone Fix a number of issues with iOS build. 2014-06-11 13:59:22 -07:00
Shared SampleApp: Remove SkWindow::setColorType 2016-01-18 01:18:35 -08:00
iOSSampleApp_Prefix.pch Sample App ported to an universal iOS app with airprint enabled 2011-06-24 15:57:30 +00:00
iOSSampleApp-Info.plist Change the ios sample app name. 2012-10-01 15:39:22 +00:00
SkiOSSampleApp-Base.xcconfig remove precompiled header option for ios 2012-09-26 17:58:27 +00:00
SkiOSSampleApp-Debug.xcconfig Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
SkiOSSampleApp-Release.xcconfig Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
SkSampleUIView.h Make SkOSWindow return the sample count and stencil bit count for its GL context. 2013-03-05 20:06:05 +00:00
SkSampleUIView.mm detach -> release 2016-03-16 13:53:35 -07:00