Commit 4f445ebe authored by achaulk's avatar achaulk Committed by Commit bot

ozone: Revert to using EGLClientBuffer to fix dma_buf issues

BUG=434115

Review URL: https://codereview.chromium.org/795053006

Cr-Commit-Position: refs/heads/master@{#307970}
parent 88c4aa00
......@@ -84,7 +84,8 @@ GbmPixmap::~GbmPixmap() {
}
void* GbmPixmap::GetEGLClientBuffer() {
return NULL;
// TODO(achaulk): change back to null when dma_buf bug is fixed.
return buffer_->bo();
}
int GbmPixmap::GetDmaBufFd() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment