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

Unified Diff: ui/ozone/platform/dri/hardware_display_plane_manager.h

Issue 960273003: ozone: dri: add synchronous SwapBuffers support on surfaceless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 years, 10 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
Index: ui/ozone/platform/dri/hardware_display_plane_manager.h
diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager.h b/ui/ozone/platform/dri/hardware_display_plane_manager.h
index 9839b72a9967ba1f1ed9e7a1b5762532dc9d0c61..d25b7d5fcc9763dddec370cda19ae5d14f0f0f56 100644
--- a/ui/ozone/platform/dri/hardware_display_plane_manager.h
+++ b/ui/ozone/platform/dri/hardware_display_plane_manager.h
@@ -88,7 +88,7 @@ class OZONE_EXPORT HardwareDisplayPlaneManager {
CrtcController* crtc);
// Commit the plane states in |plane_list|.
- virtual bool Commit(HardwareDisplayPlaneList* plane_list) = 0;
+ virtual bool Commit(HardwareDisplayPlaneList* plane_list, bool is_sync) = 0;
// Set all planes in |plane_list| owned by |crtc_id| to free.
static void ResetPlanes(HardwareDisplayPlaneList* plane_list,

Powered by Google App Engine
This is Rietveld 408576698