| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 8ea0888131fec4ed9ffd063c480622d45643d6d9..8c391bd5ae5398a4554e7efbd54c6a0fb50714ac 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -180,7 +180,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| 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) = 0;
|
| // Ensures that the view does not drop the backing store even when hidden.
|
| virtual bool CanCopyFromBackingStore() = 0;
|
|
|