| Index: content/browser/aura/software_output_device_ozone.cc
|
| diff --git a/content/browser/aura/software_output_device_ozone.cc b/content/browser/aura/software_output_device_ozone.cc
|
| index 661ab50716d087d19ca190cc7dc41a13810c9bed..1641f0f667bac790de7644d35103886b6f3821de 100644
|
| --- a/content/browser/aura/software_output_device_ozone.cc
|
| +++ b/content/browser/aura/software_output_device_ozone.cc
|
| @@ -24,7 +24,7 @@ SoftwareOutputDeviceOzone::SoftwareOutputDeviceOzone(ui::Compositor* compositor)
|
| if (realized_widget_ == gfx::kNullAcceleratedWidget)
|
| LOG(FATAL) << "Failed to get a realized AcceleratedWidget";
|
|
|
| - vsync_provider_.reset(factory->GetVSyncProvider(realized_widget_));
|
| + vsync_provider_ = factory->CreateVSyncProvider(realized_widget_);
|
| }
|
|
|
| SoftwareOutputDeviceOzone::~SoftwareOutputDeviceOzone() {
|
|
|