Index: content/browser/media/capture/aura_window_capture_machine.cc |
diff --git a/content/browser/media/capture/aura_window_capture_machine.cc b/content/browser/media/capture/aura_window_capture_machine.cc |
index d398c6d756b86feb5baf7dc12e67eb36c9265ddb..411736f5df513ab6b6c32de3bb6af69b23a76b54 100644 |
--- a/content/browser/media/capture/aura_window_capture_machine.cc |
+++ b/content/browser/media/capture/aura_window_capture_machine.cc |
@@ -286,7 +286,7 @@ bool AuraWindowCaptureMachine::ProcessCopyOutputResponse( |
texture_mailbox.sync_point()), |
base::Bind(&RunSingleReleaseCallback, base::Passed(&release_callback)), |
result->size(), gfx::Rect(result->size()), result->size(), |
- base::TimeDelta(), false); |
+ base::TimeDelta(), false /* allow_overlay */, true /* has_alpha */); |
capture_frame_cb.Run(video_frame, start_time, true); |
return true; |
} else { |