| Index: extensions/browser/api/capture_web_contents_function.cc
|
| diff --git a/extensions/browser/api/capture_web_contents_function.cc b/extensions/browser/api/capture_web_contents_function.cc
|
| index 5d168d919cca50cbf4cf13694f4e84f526316b63..18888bddb3a6c41e55bd9c1026dd3f2e27368195 100644
|
| --- a/extensions/browser/api/capture_web_contents_function.cc
|
| +++ b/extensions/browser/api/capture_web_contents_function.cc
|
| @@ -76,7 +76,8 @@ bool CaptureWebContentsFunction::RunAsync() {
|
|
|
| void CaptureWebContentsFunction::CopyFromBackingStoreComplete(
|
| bool succeeded,
|
| - const SkBitmap& bitmap) {
|
| + const SkBitmap& bitmap,
|
| + const int& response) {
|
| if (succeeded) {
|
| OnCaptureSuccess(bitmap);
|
| return;
|
|
|