Chromium Code Reviews| Index: ui/ozone/platform/dri/gbm_buffer.cc |
| diff --git a/ui/ozone/platform/dri/gbm_buffer.cc b/ui/ozone/platform/dri/gbm_buffer.cc |
| index 1239696fce23420cb241b182508e0128d73e919c..b97992032fe593cf76bc82a968727ec55783e245 100644 |
| --- a/ui/ozone/platform/dri/gbm_buffer.cc |
| +++ b/ui/ozone/platform/dri/gbm_buffer.cc |
| @@ -84,7 +84,7 @@ GbmPixmap::~GbmPixmap() { |
| } |
| void* GbmPixmap::GetEGLClientBuffer() { |
| - return NULL; |
| + return buffer_->bo(); |
|
dnicoara
2014/12/11 20:08:32
nit: Please add a TODO to remove this when the bug
|
| } |
| int GbmPixmap::GetDmaBufFd() { |