| 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 ad7ba44b5bad8dec9b27fe663eef69d5b17d1a36..0e7d09b3297aa9ada812f5d19bf7513c833810c1 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -116,7 +116,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| virtual void CopyFromCompositingSurface(
|
| const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| - const base::Callback<void(bool, const SkBitmap&)>& callback,
|
| + CopyFromCompositingSurfaceCallback& callback,
|
| const SkColorType color_type) OVERRIDE;
|
| virtual void CopyFromCompositingSurfaceToVideoFrame(
|
| const gfx::Rect& src_subrect,
|
|
|