| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index cf963e4e5ea5a72e19b6479f3c936bc4bd32bfc7..1b69937c2679360fbef47c52302158a315009874 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -128,7 +128,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| const base::Callback<void(bool, const SkBitmap&)>& callback,
|
| - const SkBitmap::Config config) OVERRIDE;
|
| + const SkBitmap::Config config,
|
| + scoped_ptr<SkBitmap> bitmap) OVERRIDE;
|
| virtual void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
| const scoped_refptr<media::VideoFrame>& target,
|
|
|