| Index: content/browser/compositor/software_output_device_mac.mm
|
| diff --git a/content/browser/compositor/software_output_device_mac.mm b/content/browser/compositor/software_output_device_mac.mm
|
| index 9f0f7e46a1f53fe56601f7f268439ccfd4e62704..657b46fa471332049fe8cd125638e438daeae663 100644
|
| --- a/content/browser/compositor/software_output_device_mac.mm
|
| +++ b/content/browser/compositor/software_output_device_mac.mm
|
| @@ -140,9 +140,9 @@ void SoftwareOutputDeviceMac::EndPaint() {
|
| }
|
|
|
| canvas_ = nullptr;
|
| - ui::AcceleratedWidgetMacGotIOSurfaceFrame(compositor_->widget(),
|
| - io_surfaces_[current_index_],
|
| - pixel_size_, scale_factor_, false);
|
| + ui::AcceleratedWidgetMacGotFrame(compositor_->widget(), 0,
|
| + io_surfaces_[current_index_], pixel_size_,
|
| + scale_factor_, nullptr, nullptr);
|
|
|
| current_index_ = !current_index_;
|
| }
|
|
|