| 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 83491988a08c2288f439f426b885c27ebd2005f1..0a23a007ad383b5a9181c8d9392c4660c6bc0c17 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -358,8 +358,6 @@ 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_;
|
|
|
|
|