[M108 Migration] Remove unapproved API from the public header.
[platform/framework/web/chromium-efl.git] / 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