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 9d9455dfab7ffa7a482d5a3bacb0482324118ca4..8bb78de97d2b8a8ee69c9f23c3587462bb1b20bc 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -360,6 +360,9 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, |
// files without the user's consent. |
void GrantFileAccessFromPageState(const PageState& validated_state); |
+ // Convers the dip to viewport coordinates. |
+ gfx::Point ConvertDIPToViewport(const gfx::Point& point); |
+ |
// The RenderWidgetHost. |
scoped_ptr<RenderWidgetHostImpl> render_widget_host_; |