[M108 Migration] Remove unapproved API from the public header. 22/290322/2
authorSun-woo Nam <sunny.nam@samsung.com>
Wed, 31 Aug 2022 04:23:24 +0000 (21:23 -0700)
committerBot Blink <blinkbot@samsung.com>
Thu, 23 Mar 2023 13:48:39 +0000 (13:48 +0000)
This patch removes |ewk_view_set_support_video_hole| from the public header.

Reference: https://review.tizen.org/gerrit/#/c/280503/

Change-Id: I58fb2e62fee421e548a9e1b7b108c186546a197a
Signed-off-by: Sun-woo Nam <sunny.nam@samsung.com>
tizen_src/ewk/efl_integration/public/ewk_view.h

index 91ec416..d637a51 100644 (file)
@@ -752,28 +752,6 @@ EXPORT_API void ewk_view_request_manifest(Evas_Object* o, Ewk_View_Request_Manif
 * @}
 */
 
-#if defined(TIZEN_VIDEO_HOLE)
-/**
- * @brief Sets the support of video hole and video window, Use H/W overlay for
- * performance of video output
- *
- * @since_tizen 3.0
- *
- * @param[in] o the view object
- * @param[in] o the top-level window object
- * @param[in] enable EINA_TRUE to set on support the video hole,
- *            EINA_FALSE otherwise
- * @param[in] enable EINA_TRUE to set on the video window of video hole,
- *            EINA_FALSE to set on the video windowless of video hole
- *
- * @return return @c EINA_TRUE on success or @c EINA_FALSE on failure
- */
-EXPORT_API Eina_Bool ewk_view_set_support_video_hole(Evas_Object* ewkView,
-                                                     void* window,
-                                                     Eina_Bool enable,
-                                                     Eina_Bool isVideoWindow);
-#endif
-
 #ifdef __cplusplus
 }
 #endif