| Index: ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc b/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
|
| index eb0b9009349fef71bfba41624f5deacaa660bd94..6d242b3109f9d8379a0efaf9a670e5d473c78739 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
|
| @@ -24,8 +24,8 @@ GbmBufferBase::GbmBufferBase(const scoped_refptr<GbmDevice>& drm,
|
| // The framebuffer format might be different than the format:
|
| // drm supports 24 bit color depth and formats with alpha will
|
| // be converted to one without it.
|
| - framebuffer_pixel_format_ =
|
| - GetFourCCFormatForFramebuffer(GetBufferFormatFromFourCCFormat(format));
|
| + framebuffer_pixel_format_ = format;
|
| + // GetFourCCFormatForFramebuffer(GetBufferFormatFromFourCCFormat(format));
|
|
|
| // TODO(dcastagna): Add multi-planar support.
|
| uint32_t handles[4] = {0};
|
|
|