From: Eunki Hong Date: Thu, 15 Jul 2021 09:10:16 +0000 (-0700) Subject: Fix comments of encoded image buffer X-Git-Tag: dali_2.0.38~3^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=6ad33aa000ac5fe104e37dfca5f3aad810709f02 Fix comments of encoded image buffer Remove some uneccessary comments of encoded image buffer and note that raw buffer will be copied inside. Change-Id: Ia9527f55790064ef039f573e3b7ef35fdfd26224 Signed-off-by: Eunki Hong --- diff --git a/dali/public-api/adaptor-framework/encoded-image-buffer.h b/dali/public-api/adaptor-framework/encoded-image-buffer.h index 2a0da34..6ab6b4d 100644 --- a/dali/public-api/adaptor-framework/encoded-image-buffer.h +++ b/dali/public-api/adaptor-framework/encoded-image-buffer.h @@ -34,10 +34,7 @@ class EncodedImageBuffer; /** * @brief EncodedImageBuffer contains the large encoded raw buffer informations. * - * We can upload this buffer by generated url. - * The images are loaded by a worker thread to avoid blocking the main event thread. - * @note cannot change raw buffer after make handle. - * @note only regular image upload support now. + * @note Object will copy raw buffer data. */ class DALI_ADAPTOR_API EncodedImageBuffer : public BaseHandle {