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

Unified Diff: ui/ozone/platform/drm/gpu/drm_window_proxy.h

Issue 2886503002: Convert additional ozone/drm callbacks to OnceCallback (Closed)
Patch Set: fixed nit Created 3 years, 7 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/drm/gpu/drm_window.cc ('k') | ui/ozone/platform/drm/gpu/drm_window_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/drm_window_proxy.h
diff --git a/ui/ozone/platform/drm/gpu/drm_window_proxy.h b/ui/ozone/platform/drm/gpu/drm_window_proxy.h
index 40213f455fa00149de07e06e3bb9718453f336c7..2fb52997ed5297b3127fd773e719a3b7503f04b1 100644
--- a/ui/ozone/platform/drm/gpu/drm_window_proxy.h
+++ b/ui/ozone/platform/drm/gpu/drm_window_proxy.h
@@ -25,7 +25,7 @@ class DrmWindowProxy {
gfx::AcceleratedWidget widget() const { return widget_; }
void SchedulePageFlip(const std::vector<OverlayPlane>& planes,
- const SwapCompletionCallback& callback);
+ SwapCompletionOnceCallback callback);
void GetVSyncParameters(
const gfx::VSyncProvider::UpdateVSyncCallback& callback);
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_window.cc ('k') | ui/ozone/platform/drm/gpu/drm_window_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698