| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 4f3db28fbd3e16275c50b76b718866b6735cb292..1b552accdc63aeacc1629c4e35e8b9350a96a190 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -355,6 +355,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| // files without the user's consent.
|
| void GrantFileAccessFromPageState(const PageState& validated_state);
|
|
|
| + gfx::Point ConvertDIPToViewport(const gfx::Point& point);
|
| +
|
| // The RenderWidgetHost.
|
| scoped_ptr<RenderWidgetHostImpl> render_widget_host_;
|
|
|
|
|