| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index c8aa64ee61e7318145f20773e777e369419cc0ab..75d9c8e0cab499d615fe36493f0648427318c549 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -94,6 +94,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| int routing_id);
|
| virtual ~RenderWidgetHostImpl();
|
|
|
| + // Similar to RenderWidgetHost::FromID, but returning the Impl object.
|
| + static RenderWidgetHostImpl* FromID(int32 process_id, int32 routing_id);
|
| +
|
| // Use RenderWidgetHostImpl::From(rwh) to downcast a
|
| // RenderWidgetHost to a RenderWidgetHostImpl. Internally, this
|
| // uses RenderWidgetHost::AsRenderWidgetHostImpl().
|
|
|