Fix linter warnings

This commit is contained in:
Kevin Sawicki 2016-07-05 17:30:48 -07:00
parent ce4ef1ccb8
commit 4a4a8528ea

View file

@ -1272,7 +1272,9 @@ void WebContents::CapturePage(mate::Arguments* args) {
host->CopyFromBackingStore( host->CopyFromBackingStore(
gfx::Rect(rect.origin(), view_size), gfx::Rect(rect.origin(), view_size),
bitmap_size, bitmap_size,
base::Bind(&WebContents::OnCapturePageDone, base::Unretained(this), callback), base::Bind(&WebContents::OnCapturePageDone,
base::Unretained(this),
callback),
kBGRA_8888_SkColorType); kBGRA_8888_SkColorType);
} }