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

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

Issue 2748463003: Generalize the HIT_TEST accessibility action so that it can send any event. (Closed)
Patch Set: Use ParseAXEvent Created 3 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
Index: content/browser/accessibility/browser_accessibility_manager.h
diff --git a/content/browser/accessibility/browser_accessibility_manager.h b/content/browser/accessibility/browser_accessibility_manager.h
index 02652d00b1c0b239cd3f6d9b70ecca7120da2938..061976196eec0b430a21db71ee6fbd4eaf22eb23 100644
--- a/content/browser/accessibility/browser_accessibility_manager.h
+++ b/content/browser/accessibility/browser_accessibility_manager.h
@@ -231,7 +231,9 @@ class CONTENT_EXPORT BrowserAccessibilityManager : public ui::AXTreeDelegate {
// Called in response to a hit test, when the object hit has a child frame
// (like an iframe element or browser plugin), and we need to do another
// hit test recursively.
- void OnChildFrameHitTestResult(const gfx::Point& point, int hit_obj_id);
+ void OnChildFrameHitTestResult(const gfx::Point& point,
+ int hit_obj_id,
+ ui::AXEvent event_to_fire);
// This is called when the user has committed to a find in page query,
// e.g. by pressing enter or tapping on the next / previous result buttons.

Powered by Google App Engine
This is Rietveld 408576698