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

Unified Diff: components/exo/display.h

Issue 1745943003: exo: Add support for linux_dmabuf interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-protocols-linux-dmabuf
Patch Set: Prime -> LinuxDMABuf Created 4 years, 10 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
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/display.h
diff --git a/components/exo/display.h b/components/exo/display.h
index 62c6c56d65552f11a32dc47a0ae32c22e517ee5c..362da2edbba4ad15f237add6d3e8bc42a5128359 100644
--- a/components/exo/display.h
+++ b/components/exo/display.h
@@ -45,11 +45,11 @@ class Display {
size_t size);
#if defined(USE_OZONE)
- // Creates a buffer for the prime fd.
- scoped_ptr<Buffer> CreatePrimeBuffer(base::ScopedFD fd,
- const gfx::Size& size,
- gfx::BufferFormat format,
- int stride);
+ // Creates a buffer for a Linux DMA-buf file descriptor.
+ scoped_ptr<Buffer> CreateLinuxDMABufBuffer(base::ScopedFD fd,
+ const gfx::Size& size,
+ gfx::BufferFormat format,
+ int stride);
#endif
// Creates a shell surface for an existing surface.
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698