Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index a466218dd2dfc4a6c1d629b70fa512d3ac2f4132..0797fdbdc9909f1e70d9561c2125d5b74bb887a0 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -214,7 +214,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
virtual void SetScrollOffsetPinning( |
bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE; |
virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE; |
- virtual void CreateBrowserAccessibilityManagerIfNeeded() OVERRIDE; |
+ virtual BrowserAccessibilityManager* CreateBrowserAccessibilityManager( |
+ BrowserAccessibilityDelegate* delegate) OVERRIDE; |
virtual bool LockMouse() OVERRIDE; |
virtual void UnlockMouse() OVERRIDE; |
virtual void OnSwapCompositorFrame( |