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

Unified Diff: ui/ozone/platform/drm/gpu/drm_buffer.h

Issue 2951193002: ozone/drm: Only reuse ScanoutBuffers with compatible modifiers (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/drm_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/drm_buffer.h
diff --git a/ui/ozone/platform/drm/gpu/drm_buffer.h b/ui/ozone/platform/drm/gpu/drm_buffer.h
index dd1621989e6bef3a3f231ae1a03dd587789c9959..dc6ed497d4db2e527b2de2db9e9a07542487953f 100644
--- a/ui/ozone/platform/drm/gpu/drm_buffer.h
+++ b/ui/ozone/platform/drm/gpu/drm_buffer.h
@@ -40,6 +40,7 @@ class DrmBuffer : public ScanoutBuffer {
uint32_t GetFramebufferPixelFormat() const override;
uint32_t GetOpaqueFramebufferId() const override;
uint32_t GetOpaqueFramebufferPixelFormat() const override;
+ uint64_t GetFormatModifier() const override;
uint32_t GetHandle() const override;
gfx::Size GetSize() const override;
const DrmDevice* GetDrmDevice() const override;
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/drm_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698