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

Unified Diff: ui/ozone/platform/wayland/wayland_egl_surface.cc

Issue 1917053003: unique_ptr_migration: clean up references to scoped_ptr as of r389721 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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 | « ui/ozone/platform/wayland/wayland_egl_surface.h ('k') | ui/snapshot/snapshot_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland_egl_surface.cc
diff --git a/ui/ozone/platform/wayland/wayland_egl_surface.cc b/ui/ozone/platform/wayland/wayland_egl_surface.cc
index 73fff3ebda08f663216dea606bb931df6e5e1632..96e83d2001b1db5b7c3b68970e500a95649ed917 100644
--- a/ui/ozone/platform/wayland/wayland_egl_surface.cc
+++ b/ui/ozone/platform/wayland/wayland_egl_surface.cc
@@ -51,7 +51,7 @@ void WaylandEGLSurface::OnSwapBuffersAsync(
NOTREACHED();
}
-scoped_ptr<gfx::VSyncProvider> WaylandEGLSurface::CreateVSyncProvider() {
+std::unique_ptr<gfx::VSyncProvider> WaylandEGLSurface::CreateVSyncProvider() {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « ui/ozone/platform/wayland/wayland_egl_surface.h ('k') | ui/snapshot/snapshot_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698