[Tizen] Delete buffer after the resource of nativeImage is destroyed 76/262876/7 accepted/tizen/6.0/unified/20210908.124503 submit/tizen_6.0/20210908.054804
authorsunghyun kim <scholb.kim@samsung.com>
Thu, 19 Aug 2021 13:35:27 +0000 (22:35 +0900)
committertscholb <scholb.kim@samsung.com>
Fri, 27 Aug 2021 05:22:00 +0000 (14:22 +0900)
commitfba7c59517db065e94f0bad5bf105d79c5e15d63
tree41354a617301a4e4f09fa1fad157128922d990b8
parentd356398ba3056c85d03a6b0337cac62974587bb0
[Tizen] Delete buffer after the resource of nativeImage is destroyed

Previously WidgetView deleted the previous buffer when updating the next buffer.
But in this struct, the buffers in use may be cleared if the rendering is fast.
Thus, To resolve these problems, it has been modified to erase the buffer using WidgetBuffer and EventCallback.

Change-Id: I4e00bed378a98d735a06830ef2b77c6aefe4a4a7
widget_viewer_dali/internal/widget_view/widget_view_impl.cpp
widget_viewer_dali/internal/widget_view/widget_view_impl.h