| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index 2282dba8a6ddd88d2034e78f745ca1641a0d924b..c61ea2d58539cd9a207e9c231fa6356aef55a606 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -152,8 +152,8 @@ class RenderWidgetHostViewAndroid
|
| const WebKit::WebInputEvent& input_event) OVERRIDE;
|
| virtual void GestureEventAck(int gesture_event_type,
|
| InputEventAckState ack_result) OVERRIDE;
|
| - virtual void OnAccessibilityNotifications(
|
| - const std::vector<AccessibilityHostMsg_NotificationParams>&
|
| + virtual void OnAccessibilityEvents(
|
| + const std::vector<AccessibilityHostMsg_EventParams>&
|
| params) OVERRIDE;
|
| virtual bool LockMouse() OVERRIDE;
|
| virtual void UnlockMouse() OVERRIDE;
|
|
|