| Index: content/browser/frame_host/render_widget_host_view_child_frame.h
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| index 68fed3013022381adfb2298a5fe453bfb7b4bed0..a849ee776a3aeae3836696a85f6e58fab6211ba4 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_
|
| #define CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_CHILD_FRAME_H_
|
|
|
| +#include <vector>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/resources/returned_resource.h"
|
| #include "cc/surfaces/surface_factory_client.h"
|
| @@ -100,7 +102,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
| void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
| const scoped_refptr<media::VideoFrame>& target,
|
| - const base::Callback<void(bool)>& callback) override;
|
| + const base::Callback<void(const gfx::Rect&, bool)>& callback) override;
|
| bool CanCopyToVideoFrame() const override;
|
| bool HasAcceleratedSurface(const gfx::Size& desired_size) override;
|
| void OnSwapCompositorFrame(uint32 output_surface_id,
|
|
|