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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 1685213002: Propagate window coordinates to out-of-process iframes renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sendscreenrects
Patch Set: addressing comments Created 4 years, 10 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/frame_host/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 1b4afcbc87d7c9067142b47e4597419d1b0777ea..952c3c29c661514c69321b906f5cec7587db74e1 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -487,6 +487,9 @@ class CONTENT_EXPORT RenderFrameHostManager
// Returns the number of RenderFrameProxyHosts for this frame.
int GetProxyCount();
+ // Sends an IPC message to every process in the FrameTree.
nasko 2016/03/03 18:28:57 Let's mention in the comment that it is only suppo
lfg 2016/03/03 22:09:38 Done.
+ void SendPageMessage(IPC::Message* msg);
+
// Returns a const reference to the map of proxy hosts. The keys are
// SiteInstance IDs, the values are RenderFrameProxyHosts.
const std::unordered_map<int32_t, scoped_ptr<RenderFrameProxyHost>>&

Powered by Google App Engine
This is Rietveld 408576698