| 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 4e89686898e6a92a36234f6254679308e355a3e8..ed043ddb287fdc714d841c38db613a6a11ac3161 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -424,6 +424,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // any previous pending acks that are not relevant upon repaint.
|
| void ResetSizeAndRepaintPendingFlags();
|
|
|
| + RenderWidgetHostDelegate* GetDelegate();
|
| +
|
| void DetachDelegate();
|
|
|
| // Update the renderer's cache of the screen rect of the view and window.
|
|
|