From c8b4535cba003af8374543bba878675766fed5e3 Mon Sep 17 00:00:00 2001 From: Sun-woo Nam Date: Tue, 30 Aug 2022 21:23:24 -0700 Subject: [PATCH] [M108 Migration] Remove unapproved API from the public header. 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 --- tizen_src/ewk/efl_integration/public/ewk_view.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tizen_src/ewk/efl_integration/public/ewk_view.h b/tizen_src/ewk/efl_integration/public/ewk_view.h index 91ec416..d637a51 100644 --- a/tizen_src/ewk/efl_integration/public/ewk_view.h +++ b/tizen_src/ewk/efl_integration/public/ewk_view.h @@ -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 -- 2.7.4