| 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 b9fdec417a48051c5ab8e1c85adfaeb93870296a..6fc3aefb0ecbe8be10677b2b126e564d07929eb0 100644
|
| --- a/content/browser/compositor/software_output_device_mac.mm
|
| +++ b/content/browser/compositor/software_output_device_mac.mm
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "content/browser/compositor/software_output_device_mac.h"
|
|
|
| -#include "content/browser/compositor/browser_compositor_view_mac.h"
|
| +#include "content/browser/compositor/browser_compositor_ca_layer_tree_mac.h"
|
| #include "ui/compositor/compositor.h"
|
|
|
| namespace content {
|
| @@ -20,7 +20,7 @@ SoftwareOutputDeviceMac::~SoftwareOutputDeviceMac() {
|
|
|
| void SoftwareOutputDeviceMac::EndPaint(cc::SoftwareFrameData* frame_data) {
|
| SoftwareOutputDevice::EndPaint(frame_data);
|
| - BrowserCompositorViewMac::GotSoftwareFrame(
|
| + BrowserCompositorCALayerTreeMacGotSoftwareFrame(
|
| compositor_->widget(), frame_data, scale_factor_, canvas_.get());
|
| }
|
|
|
|
|