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

Unified Diff: views/accessibility/view_accessibility.h

Issue 6310002: Support accDoDefaultAction for NativeButton in ViewAccessibility.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/view_accessibility.h
===================================================================
--- views/accessibility/view_accessibility.h (revision 70902)
+++ views/accessibility/view_accessibility.h (working copy)
@@ -48,6 +48,9 @@
// Retrieves the child element or child object at a given point on the screen.
STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
+ // Performs the object's default action.
+ STDMETHODIMP accDoDefaultAction(VARIANT var_id);
+
// Retrieves the specified object's current screen location.
STDMETHODIMP accLocation(LONG* x_left,
LONG* y_top,
@@ -93,9 +96,6 @@
// Non-supported IAccessible methods.
- // Out-dated and can be safely said to be very rarely used.
- STDMETHODIMP accDoDefaultAction(VARIANT var_id);
-
// Selections not applicable to views.
STDMETHODIMP get_accSelection(VARIANT* selected);
STDMETHODIMP accSelect(LONG flags_sel, VARIANT var_id);
« no previous file with comments | « no previous file | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698