Index: content/port/browser/render_widget_host_view_port.h |
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h |
index 0f9ad4c0f2f76c1fae732e829fc942df7fe5f941..7d1b9e8aa815dbf987d8f2625bf2767f4be427f4 100644 |
--- a/content/port/browser/render_widget_host_view_port.h |
+++ b/content/port/browser/render_widget_host_view_port.h |
@@ -182,7 +182,7 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
const gfx::Rect& src_subrect, |
const gfx::Size& dst_size, |
const base::Callback<void(bool, const SkBitmap&)>& callback, |
- bool readback_config_rgb565) = 0; |
+ const SkBitmap::Config config) = 0; |
// Copies a given subset of the compositing surface's content into a YV12 |
// VideoFrame, and invokes a callback with a success/fail parameter. |target| |