Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ui/accessibility/platform/ax_platform_node_win.h

Issue 1019663002: Implement AXPlatformNodeWin::get_indexInParent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_platform_node_win.h
diff --git a/ui/accessibility/platform/ax_platform_node_win.h b/ui/accessibility/platform/ax_platform_node_win.h
index 36217904b49a4a2ce169a865183699245cfbc94a..af45654d6dc313b02cc02b4224a866aa1986a13d 100644
--- a/ui/accessibility/platform/ax_platform_node_win.h
+++ b/ui/accessibility/platform/ax_platform_node_win.h
@@ -129,6 +129,8 @@ AXPlatformNodeWin
STDMETHODIMP get_attributes(BSTR* attributes) override;
+ STDMETHODIMP get_indexInParent(LONG* index_in_parent) override;
+
//
// IAccessible2 methods not implemented.
//
@@ -136,9 +138,6 @@ AXPlatformNodeWin
STDMETHODIMP get_attribute(BSTR name, VARIANT* attribute) override {
return E_NOTIMPL;
}
- STDMETHODIMP get_indexInParent(LONG* index_in_parent) override {
- return E_NOTIMPL;
- }
STDMETHODIMP get_extendedRole(BSTR* extended_role) override {
return E_NOTIMPL;
}
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698