From: Biswapriyo Nath nathbappai@gmail.com
Required for https://github.com/mozilla/gecko-dev/commit/1ad35e5b84f5c349ecb2c54d679250d6... --- include/uiautomationclient.idl | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/include/uiautomationclient.idl b/include/uiautomationclient.idl index a6faf5a6d45..b32aea4b3e6 100644 --- a/include/uiautomationclient.idl +++ b/include/uiautomationclient.idl @@ -450,6 +450,20 @@ library UIAutomationClient { }; */
+ /* FIXME: Uncomment when properly supported in widl + [dllname("<no entry points>")] + module UIA_LandmarkTypeIds + { + */ + const long UIA_CustomLandmarkTypeId = 80000; + const long UIA_FormLandmarkTypeId = 80001; + const long UIA_MainLandmarkTypeId = 80002; + const long UIA_NavigationLandmarkTypeId = 80003; + const long UIA_SearchLandmarkTypeId = 80004; + /* + }; + */ + interface IUIAutomationElement; interface IUIAutomationElementArray;