X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fweb-engine-plugin.h;h=2e30f8c655a1a857819c4edd36bc1cd4ddad1d26;hb=eb2d65add1bdc7a3e38e3b102871c67984ee84fa;hp=7a8aa63ab2c0f1dc18e52688ec1766c282ea2ec0;hpb=92b27f0387165cef0c0cc3278e7c208c7eb5c4bd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/web-engine-plugin.h b/dali/devel-api/adaptor-framework/web-engine-plugin.h index 7a8aa63..2e30f8c 100644 --- a/dali/devel-api/adaptor-framework/web-engine-plugin.h +++ b/dali/devel-api/adaptor-framework/web-engine-plugin.h @@ -26,6 +26,7 @@ #include // INTERNAL INCLUDES +#include #include #include #include @@ -677,6 +678,12 @@ public: virtual void ActivateAccessibility(bool activated) = 0; /** + * @brief Get the accessibility address (bus and path) for embedding. + * @return Accessibility address of the root web content element. + */ + virtual Accessibility::Address GetAccessibilityAddress() = 0; + + /** * @brief Request to set the current page's visibility. * @param[in] visible Visible or not. *