 Chromium Code Reviews
 Chromium Code Reviews Issue 2484793002:
  Remove access to WebContents in RWHVA::SynchronousFrameMetadata()  (Closed)
    
  
    Issue 2484793002:
  Remove access to WebContents in RWHVA::SynchronousFrameMetadata()  (Closed) 
  | 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); |