| 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 0aeb37fd888e3a7c4b47a600a57e7d9dca0c380e..d4b58a96d3fffe620c428069b0a1b06022f6821f 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -99,6 +99,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_; }
|
|
|