| 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 4562854928734f52baa365d52155bdaee66fc6e7..c8ca992868bcf4d15cc22b16633956db892739c7 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -172,9 +172,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const gfx::Point& point) override;
|
| void AccessibilitySetScrollOffset(int acc_obj_id,
|
| const gfx::Point& offset) override;
|
| - void AccessibilitySetTextSelection(int acc_obj_id,
|
| - int start_offset,
|
| - int end_offset) override;
|
| + void AccessibilitySetSelection(int anchor_object_id,
|
| + int anchor_offset,
|
| + int focus_object_id,
|
| + int focus_offset) override;
|
| void AccessibilitySetValue(int acc_obj_id, const base::string16& value)
|
| override;
|
| bool AccessibilityViewHasFocus() const override;
|
|
|