| 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 8b085bf3b172d08c1e906480b18de499ae7e0997..9b79ca6a30f31e1c522873c7af19520b670e3fd8 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -114,8 +114,7 @@
|
| void TestRenderWidgetHostView::CopyFromCompositingSurface(
|
| const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| - const base::Callback<void(bool, const SkBitmap&)>& callback,
|
| - bool readback_config_rgb565) {
|
| + const base::Callback<void(bool, const SkBitmap&)>& callback) {
|
| callback.Run(false, SkBitmap());
|
| }
|
|
|
|
|