Index: ui/ozone/platform/drm/gpu/drm_thread_proxy.h |
diff --git a/ui/ozone/platform/drm/gpu/drm_thread_proxy.h b/ui/ozone/platform/drm/gpu/drm_thread_proxy.h |
index 05e4b53003922fcb91ba21c20678b65896897c5b..6f8c79ffed0f16465b7d9bfbf65b1174a2ef49b3 100644 |
--- a/ui/ozone/platform/drm/gpu/drm_thread_proxy.h |
+++ b/ui/ozone/platform/drm/gpu/drm_thread_proxy.h |
@@ -33,6 +33,9 @@ class DrmThreadProxy { |
gfx::BufferFormat format, |
gfx::BufferUsage usage); |
+ // Returns all formats which can be scanned out by this PlaneManager. |
+ void GetSupportedFormats(std::vector<uint32_t>* support_formats); |
+ |
private: |
DrmThread drm_thread_; |