| Index: content/renderer/renderer_accessibility.h
|
| ===================================================================
|
| --- content/renderer/renderer_accessibility.h (revision 112482)
|
| +++ content/renderer/renderer_accessibility.h (working copy)
|
| @@ -84,6 +84,8 @@
|
| void OnAccessibilityNotificationsAck();
|
| void OnEnableAccessibility();
|
| void OnSetAccessibilityFocus(int acc_obj_id);
|
| + void OnChangeScrollPosition(int acc_obj_id, int scroll_x, int scroll_y);
|
| + void OnSetTextSelection(int acc_obj_id, int start_offset, int end_offset);
|
|
|
| // Whether or not this notification typically needs to send
|
| // updates to its children, too.
|
|
|