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 b87ada2acae46a08991738f1fa5ca309415c1c6a..fde097a13bc2cd0b78ca77a9bdd7c9f26f3f7312 100644 |
--- a/content/browser/accessibility/browser_accessibility_manager.h |
+++ b/content/browser/accessibility/browser_accessibility_manager.h |
@@ -230,7 +230,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. |