[M120 Migration][hbbtv] Audio tracks count notification
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / web_contents_delegate_efl.h
index a4955c8..6803af8 100644 (file)
@@ -77,6 +77,7 @@ class WebContentsDelegateEfl : public WebContentsDelegate {
 #if BUILDFLAG(IS_TIZEN_TV)
   //Browser edge scroll
   void DidEdgeScrollBy(const gfx::Point& offset, bool handled) override;
+  void MoveFocusToBrowser(int direction) override;
   void NotifyDownloadableFontInfo(const std::string& scheme_id_uri,
                                   const std::string& value,
                                   const std::string& data,
@@ -90,7 +91,12 @@ class WebContentsDelegateEfl : public WebContentsDelegate {
                            std::string* drm_info) override;
   void NotifyParentalRatingInfo(const std::string& info,
                                 const std::string& url) override;
+  void NotifyAudioTracksCount(int player_id,
+                              unsigned audio_tracks_count) override;
+  void WillDraw(int rotation, gfx::Size frame_data_output_size) override;
 #endif
+  void UpdateTooltipUnderCursor(const std::u16string& text) override;
+
   void RequestCertificateConfirm(
       WebContents* web_contents,
       int cert_error,
@@ -162,6 +168,7 @@ class WebContentsDelegateEfl : public WebContentsDelegate {
                      unsigned int len,
                      int media_position) override;
   void UpdateCurrentTime(double current_time) override;
+  void UpdateEventData(void* data) override;
   void NotifySubtitleState(int state, double time_stamp) override;
   void NotifySubtitlePlay(int active_track_id,
                           const std::string& url,