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

Unified Diff: components/exo/wayland/server.cc

Issue 2352663002: exo: Fix zwp ctor typos. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wayland/server.cc
diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
index 0df2421143355a4edfc643c0235b68f87e401b0a..6f8fb57fc8bb86648c55a3dae975488ebed5c849 100644
--- a/components/exo/wayland/server.cc
+++ b/components/exo/wayland/server.cc
@@ -2337,7 +2337,7 @@ void bind_remote_shell_DEPRECATED(wl_client* client,
std::min(version, remote_shell_version_DEPRECATED), id);
SetImplementation(resource, &remote_shell_implementation_DEPRECATED,
- base::MakeUnique<WaylandRemoteShell>(
+ base::MakeUnique<WaylandRemoteShell_DEPRECATED>(
static_cast<Display*>(data), resource));
}
@@ -2544,8 +2544,9 @@ void vsync_feedback_get_vsync_timing_DEPRECATED(wl_client* client,
ui::Compositor* compositor =
ash::Shell::GetPrimaryRootWindow()->layer()->GetCompositor();
- SetImplementation(timing_resource, &vsync_timing_implementation_DEPRECATED,
- VSyncTiming::Create(compositor, timing_resource));
+ SetImplementation(
+ timing_resource, &vsync_timing_implementation_DEPRECATED,
+ VSyncTiming_DEPRECATED::Create(compositor, timing_resource));
}
const struct zwp_vsync_feedback_v1_interface
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698