| 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 bf8bac3e2558069d78174ae44fcec164baed616f..c60f44e4c246371027c4b8aebdcc40fabb2aa891 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -201,6 +201,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| gfx::Rect AccessibilityGetViewBounds() const override;
|
| gfx::Point AccessibilityOriginInScreen(
|
| const gfx::Rect& bounds) const override;
|
| + void AccessibilityTransformToRootCoordSpace(gfx::Rect* bounds) override;
|
| void AccessibilityHitTest(const gfx::Point& point) override;
|
| void AccessibilitySetAccessibilityFocus(int acc_obj_id) override;
|
| void AccessibilityFatalError() override;
|
|
|