X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fweb-view%2Fweb-view-impl.h;h=d10a88817fb70d5b9556746aa4124837b5d157cc;hb=refs%2Ftags%2Faccepted%2Ftizen%2F6.0%2Funified%2F20221214.005441;hp=b5aa5d99079472afd987cdb476788ece3a1f7213;hpb=eb6dfea26e1d92fadd5e3708b0c7dfadabb136da;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/web-view/web-view-impl.h b/dali-toolkit/internal/controls/web-view/web-view-impl.h index b5aa5d9..d10a888 100755 --- a/dali-toolkit/internal/controls/web-view/web-view-impl.h +++ b/dali-toolkit/internal/controls/web-view/web-view-impl.h @@ -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. */