| Index: trunk/src/content/browser/renderer_host/render_widget_host_view_android.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_widget_host_view_android.h (revision 284469)
|
| +++ trunk/src/content/browser/renderer_host/render_widget_host_view_android.h (working copy)
|
| @@ -148,8 +148,7 @@
|
| virtual void OnSetNeedsFlushInput() OVERRIDE;
|
| virtual void GestureEventAck(const blink::WebGestureEvent& event,
|
| InputEventAckState ack_result) OVERRIDE;
|
| - virtual BrowserAccessibilityManager* CreateBrowserAccessibilityManager(
|
| - BrowserAccessibilityDelegate* delegate) OVERRIDE;
|
| + virtual void CreateBrowserAccessibilityManagerIfNeeded() OVERRIDE;
|
| virtual bool LockMouse() OVERRIDE;
|
| virtual void UnlockMouse() OVERRIDE;
|
| virtual void OnSwapCompositorFrame(
|
|
|