summaryrefslogtreecommitdiffstats
path: root/content/test/test_render_view_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_render_view_host.cc')
-rw-r--r--content/test/test_render_view_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index 9b79ca6..8b085bf 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -114,7 +114,8 @@ BackingStore* TestRenderWidgetHostView::AllocBackingStore(
void TestRenderWidgetHostView::CopyFromCompositingSurface(
const gfx::Rect& src_subrect,
const gfx::Size& dst_size,
- const base::Callback<void(bool, const SkBitmap&)>& callback) {
+ const base::Callback<void(bool, const SkBitmap&)>& callback,
+ bool readback_config_rgb565) {
callback.Run(false, SkBitmap());
}