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

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

Issue 1422563002: [Ozone] Enables overlay render format setting path and by default use UYVY (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/gbm_buffer.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_buffer.h b/ui/ozone/platform/drm/gpu/gbm_buffer.h
index 0c426d7551c5205dfc4eb02495dfd176b3556dfd..69492abad3931374fb66275ca0c97faa14ab52b7 100644
--- a/ui/ozone/platform/drm/gpu/gbm_buffer.h
+++ b/ui/ozone/platform/drm/gpu/gbm_buffer.h
@@ -51,6 +51,7 @@ class GbmPixmap : public NativePixmap {
void* GetEGLClientBuffer() override;
int GetDmaBufFd() override;
int GetDmaBufPitch() override;
+ gfx::BufferFormat GetPixelFormat() override;
spang 2015/10/23 17:00:50 It's gfx::BufferFormat so GetBufferFormat().
william.xie1 2015/10/23 22:52:19 Done.
bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
int plane_z_order,
gfx::OverlayTransform plane_transform,

Powered by Google App Engine
This is Rietveld 408576698