Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1278)

Unified Diff: content/browser/aura/software_output_device_ozone.cc

Issue 102563005: [Ozone] Rename GetVSyncProvider to CreateVSyncProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/ozone/dri/dri_surface_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | ui/gfx/ozone/dri/dri_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698