From: YoungGun Chun Date: Tue, 9 Mar 2021 07:38:31 +0000 (+0900) Subject: Revert "[Tizen] Sync for libds" X-Git-Tag: accepted/tizen/unified/20210312.142608~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e4c904a20c8ece7179fc23dc8638898f3cb2658;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Revert "[Tizen] Sync for libds" This reverts commit f764a8e88dbbd7966f6ed4776803b7046b63a2e2. Change-Id: I26cc73a6616180f1ddfb970498857ae02ed023b3 --- diff --git a/dali/devel-api/adaptor-framework/offscreen-application.cpp b/dali/devel-api/adaptor-framework/offscreen-application.cpp index 252aa80..30d2c96 100644 --- a/dali/devel-api/adaptor-framework/offscreen-application.cpp +++ b/dali/devel-api/adaptor-framework/offscreen-application.cpp @@ -33,9 +33,9 @@ OffscreenApplication OffscreenApplication::New(uint16_t width, uint16_t height, return offscreenApplication; } -OffscreenApplication OffscreenApplication::New(Dali::Any surface, bool isTranslucent, OffscreenApplication::RenderMode renderMode) +OffscreenApplication OffscreenApplication::New(Dali::Any surface, OffscreenApplication::RenderMode renderMode) { - IntrusivePtr impl = Internal::OffscreenApplication::New(0, 0, surface, isTranslucent, renderMode); + IntrusivePtr impl = Internal::OffscreenApplication::New(0, 0, surface, false, renderMode); OffscreenApplication offscreenApplication = OffscreenApplication(impl.Get()); diff --git a/dali/devel-api/adaptor-framework/offscreen-application.h b/dali/devel-api/adaptor-framework/offscreen-application.h index a037b76..d03d99b 100644 --- a/dali/devel-api/adaptor-framework/offscreen-application.h +++ b/dali/devel-api/adaptor-framework/offscreen-application.h @@ -73,10 +73,9 @@ public: * @brief This is the constructor of OffscreenApplication * * @param[in] surface The native surface handle to create the OffscreenWindow - * @param[in] isTranslucent Whether the OffscreenWindow is translucent or not * @param[in] renderMode The RenderMode of the OffscreenApplication */ - static OffscreenApplication New(Dali::Any surface, bool isTranslucent, RenderMode renderMode = RenderMode::AUTO); + static OffscreenApplication New(Dali::Any surface, RenderMode renderMode = RenderMode::AUTO); /** * @brief Constructs an empty handle