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 74e1e53ca50bd1dd386316aad920b60dae66fe3a..041937559380a1d17fee0a3157dfe201798da9bb 100644 |
--- a/ui/ozone/platform/drm/gpu/drm_window.h |
+++ b/ui/ozone/platform/drm/gpu/drm_window.h |
@@ -80,6 +80,7 @@ class OZONE_EXPORT DrmWindow { |
// is once again ready. |
void QueueOverlayPlane(const OverlayPlane& plane); |
bool SchedulePageFlip(bool is_sync, const base::Closure& callback); |
+ bool TestPageFlip(const OverlayPlaneList& planes); |
// Returns the last buffer associated with this window. |
const OverlayPlane* GetLastModesetBuffer(); |