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

Unified Diff: content/browser/devtools/render_frame_devtools_agent_host.h

Issue 2484793002: Remove access to WebContents in RWHVA::SynchronousFrameMetadata() (Closed)
Patch Set: moved to RFDTAH Created 4 years, 1 month 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/devtools/render_frame_devtools_agent_host.h
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.h b/content/browser/devtools/render_frame_devtools_agent_host.h
index 63b5b9c053de39e638aa1bf47fa23a17072292bd..91fc45c9ba2400c9d83c0fdbf2b0221cf05ff6ef 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -72,6 +72,10 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
static void WebContentsCreated(WebContents* web_contents);
+ static void SignalSynchronousSwapCompositorFrame(
+ RenderFrameHost* frame_host,
+ cc::CompositorFrameMetadata* frame_metadata);
+
void SynchronousSwapCompositorFrame(
dgozman 2016/11/08 23:36:01 Move this to private section please.
Jinsuk Kim 2016/11/08 23:54:42 Done.
cc::CompositorFrameMetadata frame_metadata);

Powered by Google App Engine
This is Rietveld 408576698