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

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

Issue 2743403005: ozone: Add an opaque fb to ScanoutBuffer for primary planes. (Closed)
Patch Set: Replace PrimaryPlane with Opaque. Created 3 years, 9 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
Index: ui/ozone/platform/drm/gpu/mock_scanout_buffer.h
diff --git a/ui/ozone/platform/drm/gpu/mock_scanout_buffer.h b/ui/ozone/platform/drm/gpu/mock_scanout_buffer.h
index 71411f320bd779effe91d71293283ffcd54296db..e2e90467a6f9006be8e5aeca05dbdd998cffa1ae 100644
--- a/ui/ozone/platform/drm/gpu/mock_scanout_buffer.h
+++ b/ui/ozone/platform/drm/gpu/mock_scanout_buffer.h
@@ -20,9 +20,11 @@ class MockScanoutBuffer : public ScanoutBuffer {
// ScanoutBuffer:
uint32_t GetFramebufferId() const override;
+ uint32_t GetOpaqueFramebufferId() const override;
uint32_t GetHandle() const override;
gfx::Size GetSize() const override;
uint32_t GetFramebufferPixelFormat() const override;
+ uint32_t GetOpaqueFramebufferPixelFormat() const override;
const DrmDevice* GetDrmDevice() const override;
bool RequiresGlFinish() const override;
« no previous file with comments | « ui/ozone/platform/drm/gpu/hardware_display_plane_manager_legacy.cc ('k') | ui/ozone/platform/drm/gpu/mock_scanout_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698