WebEngine::GetNativeImageSource return NativeImageSourcePtr 59/264759/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 29 Sep 2021 08:09:21 +0000 (17:09 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 29 Sep 2021 08:09:21 +0000 (17:09 +0900)
commit2fd1c48c145e791f77d7d2e89fb78b3c206fa848
tree870a675f77da78cdb7d12efa58d5ec4e619060de
parent8b6d24a691bb4c9b2f757d30b9575da7dbc547a9
WebEngine::GetNativeImageSource return NativeImageSourcePtr

NativeImageSource --> NativeImageInterface is simple valid job.
NativeImageInterface --> NativeImageSource is not simple and expensive job.

WebEngine / WebPlugin defined at dali-adaptor/devel-api and
NativeImageSource defined at dali-adaptor/public-api.
So there is no reason to convert NativeImageSource to NativeImageInterface.

Change-Id: Iae96e3b50ece16fcc6b17723b174a26c454cdddc
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/devel-api/adaptor-framework/web-engine-plugin.h
dali/devel-api/adaptor-framework/web-engine.cpp
dali/devel-api/adaptor-framework/web-engine.h
dali/internal/web-engine/common/web-engine-impl.cpp
dali/internal/web-engine/common/web-engine-impl.h