X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fweb-engine.h;h=102ea8c50842b2ecdafd58a19ecf2714618d6a5b;hb=06420ad253d1338ec54947f589c81e6cffcd76ff;hp=040a521ead0ec0e5a53b5d30c2c64fdd3c1c2d4a;hpb=0e2550584b9ef90a7e5ee4d467199b8415d25bd0;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/web-engine.h b/dali/devel-api/adaptor-framework/web-engine.h index 040a521..102ea8c 100755 --- a/dali/devel-api/adaptor-framework/web-engine.h +++ b/dali/devel-api/adaptor-framework/web-engine.h @@ -295,10 +295,23 @@ public: /** * @brief Set focus. + * @param[in] focused True if web view is focused, false otherwise */ void SetFocus( bool focused ); /** + * @brief Update display area. + * @param[in] displayArea The area to display web page. + */ + void UpdateDisplayArea( Dali::Rect< int > displayArea ); + + /** + * @brief Enable video hole. + * @param[in] enabled True if video hole is enabled, false otherwise + */ + void EnableVideoHole( bool enabled ); + + /** * @brief Connects to this signal to be notified when page loading is started. * * @return A signal object to connect with.