Revert "[Tizen] Sync for libds"
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Dec 2020 05:26:40 +0000 (14:26 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Dec 2020 05:26:44 +0000 (14:26 +0900)
This reverts commit 53f43c3e8fd29f37f0f34aef4b427dc33da13b42.

Change-Id: Ic553d211e47d1fbaedfec27493872bca2ac5eb3c

dali/devel-api/adaptor-framework/offscreen-application.cpp
dali/devel-api/adaptor-framework/offscreen-application.h

index 252aa80..30d2c96 100644 (file)
@@ -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<Internal::OffscreenApplication> impl = Internal::OffscreenApplication::New(0, 0, surface, isTranslucent, renderMode);
+  IntrusivePtr<Internal::OffscreenApplication> impl = Internal::OffscreenApplication::New(0, 0, surface, false, renderMode);
 
   OffscreenApplication offscreenApplication = OffscreenApplication(impl.Get());
 
index a037b76..d03d99b 100644 (file)
@@ -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