| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index ab4d825e5f487d864d6838bb4c77777ecdf2ce76..6e980771f58ed163b0f244b5ea3a8d286cca0bf7 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -760,7 +760,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnAccessibilityFindInPageResult(
|
| const AccessibilityHostMsg_FindInPageResultParams& params);
|
| void OnAccessibilityChildFrameHitTestResult(const gfx::Point& point,
|
| - int hit_obj_id);
|
| + int hit_obj_id,
|
| + ui::AXEvent event_to_fire);
|
| void OnAccessibilitySnapshotResponse(
|
| int callback_id,
|
| const AXContentTreeUpdate& snapshot);
|
|
|