| Index: content/browser/renderer_host/render_widget_host_view_mac.h
 | 
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
 | 
| index 0b773555fa4ad762085ada06b67327506c9a3899..2dbc6c5a32baa0689a152c839cc29a41c392341a 100644
 | 
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
 | 
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
 | 
| @@ -275,7 +275,8 @@ class RenderWidgetHostViewMac : public RenderWidgetHostViewBase,
 | 
|    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,
 | 
| 
 |