mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix linter warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user