[Tizen] Update contents of webview when frame is rendered.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / web-view / web-view-impl.h
index b5aa5d9..d10a888 100755 (executable)
@@ -284,6 +284,17 @@ private: // From Control
   void OnKeyInputFocusLost() override;
 
   /**
+   * @brief Callback for notifying frame rendered.
+   */
+  void OnFrameRendered();
+
+  /**
+   * @brief Callback for updating display area of web view.
+   * @param[in] source The soource triggers Notification.
+   */
+  void OnDisplayAreaUpdated(Dali::PropertyNotification& source);
+
+  /**
    * @copydoc Toolkit::Control::OnSceneConnection()
    */
   void OnSceneConnection( int depth ) override;
@@ -349,12 +360,6 @@ private:
   void SetUserAgent( const std::string& userAgent );
 
   /**
-   * @brief Updates display area of web view.
-   * @param[in] source The soource triggers Notification.
-   */
-  void UpdateDisplayArea( Dali::PropertyNotification& source );
-
-  /**
    * @brief Enable/Disable video hole for video playing.
    * @param[in] enabled True if video hole is enabled, false otherwise.
    */