| 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 fb510b80d46c48f03d4b1b22791867c276b80580..335e942e96ff70608151366d5a9a2ebd4a20c8c0 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -741,7 +741,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);
|
|
|