| 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 129c9d8bb6a7c424ed85b16016517d56fae0f911..70ca4b411b48e67cdb97e1eef2f94710ca4fe911 100644
|
| --- a/content/browser/compositor/software_output_device_mac.mm
|
| +++ b/content/browser/compositor/software_output_device_mac.mm
|
| @@ -21,7 +21,7 @@ SoftwareOutputDeviceMac::~SoftwareOutputDeviceMac() {
|
| void SoftwareOutputDeviceMac::EndPaint(cc::SoftwareFrameData* frame_data) {
|
| SoftwareOutputDevice::EndPaint(frame_data);
|
| ui::AcceleratedWidgetMacGotSoftwareFrame(
|
| - compositor_->widget(), scale_factor_, canvas_.get());
|
| + compositor_->widget(), scale_factor_, surface_->getCanvas());
|
| }
|
|
|
| } // namespace content
|
|
|