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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 2763043002: Implement BrowserAccessibility accLocation in terms of AXPlatformNodeWin. (Closed)
Patch Set: Implement BrowserAccessibility accLocation in terms of AXPlatformNodeWin. Created 3 years, 8 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 | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 13408513b40c706a6291e3a00c27428a9555adab..d563382bfc198fb5f99cf4b7e5135f365a68f08f 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -918,6 +918,8 @@ BrowserAccessibilityWin
// Fire a Windows-specific accessibility event notification on this node.
void FireNativeEvent(LONG win_event_type) const;
+ ui::AXPlatformNodeWin* GetPlatformNodeWin() const;
+
struct WinAttributes {
WinAttributes();
~WinAttributes();
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698