Index: content/browser/renderer_host/render_widget_host_view_gtk.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h |
index b9a18c9b6e4e64e1a4e930ec8c84e5eea20e7dc0..f2ff62e55338a5cccbffbc88adfd1c377045b534 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_gtk.h |
+++ b/content/browser/renderer_host/render_widget_host_view_gtk.h |
@@ -104,7 +104,8 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk |
virtual void CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
- const base::Callback<void(bool, const SkBitmap&)>& callback) OVERRIDE; |
+ const base::Callback<void(bool, const SkBitmap&)>& callback, |
+ bool readback_config_rgb565) OVERRIDE; |
virtual void CopyFromCompositingSurfaceToVideoFrame( |
const gfx::Rect& src_subrect, |
const scoped_refptr<media::VideoFrame>& target, |