| 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 b16e2ad0bab9e22c840583c43ce7acf304d95439..483098359bf749b17a620dcc35ad2c06a11ce254 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -113,7 +113,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| const ViewHostMsg_SelectionBounds_Params& params) override {}
|
| void CopyFromCompositingSurface(const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| - CopyFromCompositingSurfaceCallback& callback,
|
| + ReadbackRequestCallback& callback,
|
| const SkColorType color_type) override;
|
| void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
|
|