Chromium Code Reviews| Index: content/port/browser/render_widget_host_view_port.h |
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h |
| index 523eb38d1253158ed4d9995f16d33cfaa5351b87..913740cce42059ab6ad34e1c30ba7e3acd1d393d 100644 |
| --- a/content/port/browser/render_widget_host_view_port.h |
| +++ b/content/port/browser/render_widget_host_view_port.h |
| @@ -327,7 +327,11 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
| // create one and if one doesn't exist already. Some ports may not create |
| // one depending on the current state. |
| virtual void CreateBrowserAccessibilityManagerIfNeeded() = 0; |
| - |
| + virtual void SetBrowserAccessibilityManager( |
| + BrowserAccessibilityManager* manager) = 0; |
|
jam
2014/04/25 21:09:46
this is an internal content class, yet it's being
|
| + virtual void OnAccessibilitySetFocus(int acc_obj_id) = 0; |
| + virtual void AccessibilityShowMenu(int acc_obj_id) = 0; |
| + virtual gfx::Point AccessibilityOriginInScreen(const gfx::Rect& bounds) = 0; |
| // Return a value that is incremented each time the renderer swaps a new frame |
| // to the view. |
| virtual uint32 RendererFrameNumber() = 0; |