| Index: content/test/test_render_view_host.cc
|
| diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
|
| index dcc0051186222aae90d8be2b046d58f290214eee..1f54c8e7d7597e7597e683c7845bde242dd5fc0a 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -111,7 +111,7 @@ gfx::Rect TestRenderWidgetHostView::GetViewBounds() const {
|
| void TestRenderWidgetHostView::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) {
|
| callback.Run(false, SkBitmap());
|
| }
|
|
|