TBR=
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=
1811483004
Review URL: https://codereview.chromium.org/
1811483004
operator T*() const { return this->get(); }
void free() { this->reset(nullptr); }
+#if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)
+ // Need to update graphics/BitmapRegionDecoder.cpp.
+ T* detach() { return this->release(); }
+#endif
+
// See SkAutoTUnref for why we do this.
explicit operator bool() const { return this->get() != nullptr; }
};