| 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 b139fd8691f1559f75351f1124bc8b1fc5b55616..9147d17b9fa29be12ebd6ee6990b7ee9dbb0522d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -100,6 +100,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const OVERRIDE;
|
| virtual void AccessibilityHitTest(const gfx::Point& point) OVERRIDE;
|
| virtual void AccessibilityFatalError() OVERRIDE;
|
| + virtual gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() OVERRIDE;
|
| + virtual gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible()
|
| + OVERRIDE;
|
|
|
| void Init();
|
| int routing_id() const { return routing_id_; }
|
|
|