| Index: content/browser/renderer_host/test_render_view_host.h
|
| diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
|
| index 37b46e2bef8295e6f166e4c1156898d1e8d5f906..ebe1e07cc22177949e518774bdd3e006e804e440 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -158,9 +158,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| bool has_horizontal_scrollbar) OVERRIDE { }
|
| virtual void SetScrollOffsetPinning(
|
| bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE { }
|
| - virtual void OnAccessibilityNotifications(
|
| - const std::vector<AccessibilityHostMsg_NotificationParams>&
|
| - params) OVERRIDE {}
|
| + virtual void OnAccessibilityEvents(
|
| + const std::vector<AccessibilityHostMsg_EventParams>& params) OVERRIDE {}
|
| virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
|
| #if defined(OS_WIN) && !defined(USE_AURA)
|
| virtual void SetClickthroughRegion(SkRegion* region) OVERRIDE;
|
|
|