| 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 4b107988cab53ea883fc86af937dd1ed0515ff90..cf17d5171f0577d834aa21163a90ed3d9fe09df2 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -742,7 +742,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);
|
|
|