| Index: content/browser/frame_host/render_widget_host_view_child_frame.h
 | 
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
 | 
| index 07073e585fe7c73e8caade05a3e150f3fbd9138a..11c26a55877b89f3b5f1adcf2774856efe276ed2 100644
 | 
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h
 | 
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
 | 
| @@ -94,8 +94,7 @@
 | 
|    virtual void CopyFromCompositingSurface(
 | 
|        const gfx::Rect& src_subrect,
 | 
|        const gfx::Size& dst_size,
 | 
| -      const base::Callback<void(bool, const SkBitmap&)>& callback,
 | 
| -      bool readback_config_rgb565) OVERRIDE;
 | 
| +      const base::Callback<void(bool, const SkBitmap&)>& callback) OVERRIDE;
 | 
|    virtual void CopyFromCompositingSurfaceToVideoFrame(
 | 
|        const gfx::Rect& src_subrect,
 | 
|        const scoped_refptr<media::VideoFrame>& target,
 | 
| 
 |