| Index: content/browser/renderer_host/delegated_frame_host.h
|
| diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
|
| index 2fe54a52a6f6968fa6dbe8506a44ed6e9c86fd50..66b0ac29978c6eff8f1aa002acd80fd590775111 100644
|
| --- a/content/browser/renderer_host/delegated_frame_host.h
|
| +++ b/content/browser/renderer_host/delegated_frame_host.h
|
| @@ -216,6 +216,7 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| const base::Callback<void(const gfx::Rect&, bool)>& callback,
|
| std::unique_ptr<cc::CopyOutputResult> result);
|
| static void CopyFromCompositingSurfaceFinishedForVideo(
|
| + scoped_refptr<media::VideoFrame> video_frame,
|
| base::WeakPtr<DelegatedFrameHost> rwhva,
|
| const base::Callback<void(bool)>& callback,
|
| scoped_refptr<OwnedMailbox> subscriber_texture,
|
|
|