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

Unified Diff: ui/ozone/platform/dri/hardware_display_plane_manager_legacy.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_legacy.h
diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
index 07d05c479e0a6fb5161465261beb160c82d0a542..cc3bfd06b534b4b4db6871384257a66ba521e84d 100644
--- a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
+++ b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
@@ -16,7 +16,8 @@ class OZONE_EXPORT HardwareDisplayPlaneManagerLegacy
HardwareDisplayPlaneManagerLegacy();
~HardwareDisplayPlaneManagerLegacy() override;
- bool Commit(HardwareDisplayPlaneList* plane_list) override;
+ // HardwareDisplayPlaneManager:
+ bool Commit(HardwareDisplayPlaneList* plane_list, bool is_sync) override;
private:
bool SetPlaneData(HardwareDisplayPlaneList* plane_list,
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane_manager.h ('k') | ui/ozone/platform/dri/hardware_display_plane_manager_legacy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698