| Index: content/browser/renderer_host/render_widget_host_view_win.h | 
| =================================================================== | 
| --- content/browser/renderer_host/render_widget_host_view_win.h	(revision 112764) | 
| +++ content/browser/renderer_host/render_widget_host_view_win.h	(working copy) | 
| @@ -222,6 +222,10 @@ | 
| // Implementation of BrowserAccessibilityDelegate: | 
| virtual void SetAccessibilityFocus(int acc_obj_id) OVERRIDE; | 
| virtual void AccessibilityDoDefaultAction(int acc_obj_id) OVERRIDE; | 
| +  virtual void AccessibilityChangeScrollPosition( | 
| +      int acc_obj_id, int scroll_x, int scroll_y) OVERRIDE; | 
| +  virtual void AccessibilitySetTextSelection( | 
| +      int acc_obj_id, int start_offset, int end_offset) OVERRIDE; | 
|  | 
| protected: | 
| // Windows Message Handlers | 
|  |