| Index: ui/ozone/platform/drm/gpu/drm_buffer.cc
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_buffer.cc b/ui/ozone/platform/drm/gpu/drm_buffer.cc
|
| index 17bc5d3bca72038c4ae04e114fc6150939e9e2cd..d511661b78b2379f84271aeea7029c2ba68e2dec 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_buffer.cc
|
| +++ b/ui/ozone/platform/drm/gpu/drm_buffer.cc
|
| @@ -99,6 +99,14 @@ uint32_t DrmBuffer::GetFramebufferPixelFormat() const {
|
| return fb_pixel_format_;
|
| }
|
|
|
| +uint32_t DrmBuffer::GetOpaqueFramebufferId() const {
|
| + return framebuffer_;
|
| +}
|
| +
|
| +uint32_t DrmBuffer::GetOpaqueFramebufferPixelFormat() const {
|
| + return fb_pixel_format_;
|
| +}
|
| +
|
| uint32_t DrmBuffer::GetHandle() const {
|
| return handle_;
|
| }
|
|
|