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

Unified Diff: content/renderer/child_frame_compositing_helper.h

Issue 357043006: Prepare RenderFrameProxy for mirroring the frame tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More self-review and cleanup Created 6 years, 6 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/renderer/child_frame_compositing_helper.h
diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h
index d66ae3f7cd821486d83d80864a359a24413a1700..8587cd097a36c19933c25af59caaa194a21d7203 100644
--- a/content/renderer/child_frame_compositing_helper.h
+++ b/content/renderer/child_frame_compositing_helper.h
@@ -59,9 +59,7 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
static ChildFrameCompositingHelper* CreateCompositingHelperForBrowserPlugin(
const base::WeakPtr<BrowserPlugin>& browser_plugin);
static ChildFrameCompositingHelper* CreateCompositingHelperForRenderFrame(
dcheng 2014/07/03 05:58:54 It seems kind of weird that this function ends wit
ncarter (slow) 2014/07/14 17:35:07 Done.
- blink::WebFrame* frame,
- RenderFrameProxy* render_frame_proxy,
- int host_routing_id);
+ RenderFrameProxy* render_frame_proxy);
void CopyFromCompositingSurface(int request_id,
gfx::Rect source_rect,
« no previous file with comments | « no previous file | content/renderer/child_frame_compositing_helper.cc » ('j') | content/renderer/render_frame_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698