Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 950a5495b211ec16173b1a054f28f27bc0b988a9..f92d0c65bd34aecc2169208a37c8796588071c3a 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -105,6 +105,9 @@ class CONTENT_EXPORT RenderFrameHostImpl |
virtual gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() OVERRIDE; |
virtual gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible() |
OVERRIDE; |
+ virtual BrowserAccessibilityManager* AccessibilityGetChildFrame( |
+ int64 frame_tree_node_id) OVERRIDE; |
+ virtual BrowserAccessibilityManager* AccessibilityGetParentFrame() OVERRIDE; |
bool CreateRenderFrame(int parent_routing_id); |
bool IsRenderFrameLive(); |