Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 1133003003: Fix copying from interstitial pages on OSX by going through the RenderWidgetHostDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement other OS operations. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698