Fix linter warnings
This commit is contained in:
parent
ce4ef1ccb8
commit
4a4a8528ea
1 changed files with 3 additions and 1 deletions
|
@ -1272,7 +1272,9 @@ void WebContents::CapturePage(mate::Arguments* args) {
|
|||
host->CopyFromBackingStore(
|
||||
gfx::Rect(rect.origin(), view_size),
|
||||
bitmap_size,
|
||||
base::Bind(&WebContents::OnCapturePageDone, base::Unretained(this), callback),
|
||||
base::Bind(&WebContents::OnCapturePageDone,
|
||||
base::Unretained(this),
|
||||
callback),
|
||||
kBGRA_8888_SkColorType);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue