| Index: content/browser/renderer_host/render_widget_host_view_gtk.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| index 9ff410a07b1d7997a184043e8d2fdeda938b95f3..3c6c11fb137c20e922b108a74a2cdd0559ed02a6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| @@ -131,8 +131,8 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk
|
| virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
|
| virtual bool LockMouse() OVERRIDE;
|
| virtual void UnlockMouse() OVERRIDE;
|
| - virtual void OnAccessibilityNotifications(
|
| - const std::vector<AccessibilityHostMsg_NotificationParams>& params)
|
| + virtual void OnAccessibilityEvents(
|
| + const std::vector<AccessibilityHostMsg_EventParams>& params)
|
| OVERRIDE;
|
|
|
| // ActiveWindowWatcherXObserver implementation.
|
|
|