Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 7f48fae982e0ed2739e98e875a24988935fd9ae3..7080894ea63d423c31651db54342fc0e2fb3521a 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -190,6 +190,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual gfx::Rect AccessibilityGetViewBounds() const OVERRIDE; |
virtual gfx::Point AccessibilityOriginInScreen(const gfx::Rect& bounds) |
const OVERRIDE; |
+ virtual void AccessibilityHitTest(const gfx::Point& point) OVERRIDE; |
virtual void AccessibilityFatalError() OVERRIDE; |
const NativeWebKeyboardEvent* GetLastKeyboardEvent() const; |