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..a19b0b28e3e122d74a7600342059b85db0266408 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_id) OVERRIDE; |
Charlie Reis
2014/08/21 19:23:27
Should this be |frame_tree_node_id|?
dmazzoni
2014/08/25 06:49:36
Done.
|
+ virtual BrowserAccessibilityManager* AccessibilityGetParentFrame() OVERRIDE; |
bool CreateRenderFrame(int parent_routing_id); |
bool IsRenderFrameLive(); |