| 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 0f5d57a0c98f0684c06d49e10977d387f881c556..d406a85c4b0029178dd672cbb11933d007e691d8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -134,6 +134,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void AccessibilitySetTextSelection(int acc_obj_id,
|
| int start_offset,
|
| int end_offset) override;
|
| + void AccessibilitySetValue(int acc_obj_id, const base::string16& value)
|
| + override;
|
| bool AccessibilityViewHasFocus() const override;
|
| gfx::Rect AccessibilityGetViewBounds() const override;
|
| gfx::Point AccessibilityOriginInScreen(
|
|
|