| Index: ui/ozone/platform/drm/gpu/drm_window.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_window.h b/ui/ozone/platform/drm/gpu/drm_window.h
|
| index 1164f177d6093aef5b82b747d44678c31b6c8a4a..3df810b54a4a76e54ae9fb632f80ef6806d4ec3b 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_window.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_window.h
|
| @@ -84,6 +84,7 @@ class OZONE_EXPORT DrmWindow {
|
| void QueueOverlayPlane(const OverlayPlane& plane);
|
|
|
| bool SchedulePageFlip(bool is_sync, const SwapCompletionCallback& callback);
|
| + bool TestPageFlip(const OverlayPlaneList& planes);
|
|
|
| // Returns the last buffer associated with this window.
|
| const OverlayPlane* GetLastModesetBuffer();
|
|
|