| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index f514939587f1f42260dd916b9c388aac223f4773..f11b09e76a68267908017e50057ca92a3680d252 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -133,7 +133,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| virtual void CopyFromBackingStore(
|
| const gfx::Rect& src_rect,
|
| const gfx::Size& accelerated_dst_size,
|
| - const base::Callback<void(bool, const SkBitmap&)>& callback,
|
| + const base::Callback<void(bool, const SkBitmap&, const int&)>& callback,
|
| const SkColorType color_type) OVERRIDE;
|
| virtual bool CanCopyFromBackingStore() OVERRIDE;
|
| #if defined(OS_ANDROID)
|
|
|