diff options
| author | 2019-01-11 02:49:01 +0000 | |
|---|---|---|
| committer | 2019-01-11 02:49:01 +0000 | |
| commit | a26b9b940a9480c7264e4da40e1a510ab6b4959f (patch) | |
| tree | 0526ac93c75e4724d0de85bf4e17de8f5e00e91b /libs/hwui/HardwareBitmapUploader.h | |
| parent | 18d6d788473548671558e807ea9eda0415d42cfc (diff) | |
| parent | 6104cea3fb0bddd766f390f9f4e2db9fc00b410e (diff) | |
Merge "Fix leak/crash in exit"
Diffstat (limited to 'libs/hwui/HardwareBitmapUploader.h')
| -rw-r--r-- | libs/hwui/HardwareBitmapUploader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/HardwareBitmapUploader.h b/libs/hwui/HardwareBitmapUploader.h index 6298013bd263..40f2b0c7873c 100644 --- a/libs/hwui/HardwareBitmapUploader.h +++ b/libs/hwui/HardwareBitmapUploader.h @@ -23,6 +23,7 @@ namespace android::uirenderer { class HardwareBitmapUploader { public: static sk_sp<Bitmap> allocateHardwareBitmap(const SkBitmap& sourceBitmap); + static void terminate(); }; } // namespace android::uirenderer |