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(); |
nasko
2015/05/13 17:24:08
Simple accessors, such as this one, use hacker_cas
lgarron
2015/05/13 21:58:40
get_delegate() or just delegate()?
Charlie Reis
2015/05/14 20:36:28
delegate().
They should also be inlined in the .h
nasko
2015/05/14 20:45:23
Just delegate().
|
+ |
void DetachDelegate(); |
// Update the renderer's cache of the screen rect of the view and window. |