Change-Id: I9cfb6d92ae639d230a39faeece7ceb4fd5fd1908
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Dali::Any tbmSurface = (Dali::Any)csTbmSurface;\r
{\r
try {\r
- handle->Ptr = NativeImageSource::New(tbmSurface);\r
+ handle->Ptr = Dali::NativeImageSource::New(tbmSurface);\r
} CALL_CATCH_EXCEPTION_WITH_FUNCTION(0, [](NativeImageSourcePtrHandle* ptr){delete ptr;}, handle);\r
}\r
jresult = (void *)handle;\r
Dali::NativeImageSourceQueuePtr Ptr;\r
};\r
\r
-SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_NativeImageQueuePtr_New_Handle_With_TbmQueue(tbm_queue_h csTbmQueue)\r
+SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_NativeImageQueuePtr_New_Handle_With_TbmQueue(tbm_surface_queue_h csTbmQueue)\r
{\r
void* jresult;\r
NativeImageSourceQueuePtrHandle* queue = new NativeImageSourceQueuePtrHandle();\r