| 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 b79eea67dd779e9641380b20c820218ef6f0c66d..997b47de21078a05a84b69f0f3fc8e197aeb4ece 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().
|
|
|