| 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 377bb8c318dad3195810599ba127c57764d860d9..d45c7b79cd86098243c1bc3b33f9a7637bcf56be 100644
|
| --- a/ui/ozone/platform/dri/hardware_display_plane_manager.h
|
| +++ b/ui/ozone/platform/dri/hardware_display_plane_manager.h
|
| @@ -64,6 +64,9 @@ struct HardwareDisplayPlaneList {
|
| // In the case of non-atomic operation, this info will be used for
|
| // pageflipping.
|
| std::vector<PageFlipInfo> legacy_page_flips;
|
| +
|
| + // Set if the last operation on this list was a Commit().
|
| + bool committed;
|
| };
|
|
|
| class HardwareDisplayPlaneManager {
|
|
|