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 3d683d67335dbecee6b06ef0a4516a589cbb668c..a14079efb83af3a247e0de901e8c6f94ebc444d8 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; |