Index: content/browser/renderer_host/render_widget_host_view_android.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h |
index 180e0f0e986040d44a9bfe19ba85652d4fc73ba4..d5db8971f9385fcf40a2966ef90109048044cbd1 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -125,10 +125,11 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid |
void AcceleratedSurfaceInitialized(int route_id) override; |
bool HasAcceleratedSurface(const gfx::Size& desired_size) override; |
void SetBackgroundColor(SkColor color) override; |
- void CopyFromCompositingSurface(const gfx::Rect& src_subrect, |
- const gfx::Size& dst_size, |
- ReadbackRequestCallback& callback, |
- const SkColorType color_type) override; |
+ void CopyFromCompositingSurface( |
+ const gfx::Rect& src_subrect, |
+ const gfx::Size& dst_size, |
+ ReadbackRequestCallback& callback, |
+ const SkColorType preferred_color_type) override; |
void CopyFromCompositingSurfaceToVideoFrame( |
const gfx::Rect& src_subrect, |
const scoped_refptr<media::VideoFrame>& target, |