| 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 271a5aaacaf011d82c9ef098671c70d535486eb6..a3c7e226c85c44ff2b4113ed1d3a32c51ce5d154 100644
|
| --- a/content/browser/accessibility/browser_accessibility_manager.h
|
| +++ b/content/browser/accessibility/browser_accessibility_manager.h
|
| @@ -245,6 +245,11 @@ class CONTENT_EXPORT BrowserAccessibilityManager : public ui::AXTreeDelegate {
|
| int request_id, int match_index, int start_id, int start_offset,
|
| int end_id, int end_offset);
|
|
|
| + // 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);
|
| +
|
| // 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.
|
| // If a match has already been received for this request id,
|
|
|