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

Unified Diff: content/common/gpu/gpu_memory_buffer_factory_ozone.cc

Issue 656133002: Add dmabuf support to ozone scanout buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_memory_buffer_factory_ozone.cc
diff --git a/content/common/gpu/gpu_memory_buffer_factory_ozone.cc b/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
index 1379085c6f8ee096822af4d8d574cd9168a49121..be0492ab076d8b3e3453c9ac10e38e854a979990 100644
--- a/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
+++ b/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
@@ -63,7 +63,7 @@ class GpuMemoryBufferFactoryImpl : public GpuMemoryBufferFactory {
return scoped_refptr<gfx::GLImage>();
return ozone_buffer_factory_.CreateImageForGpuMemoryBuffer(
- handle.global_id, size, internalformat);
+ handle.global_id, size, format, internalformat);
default:
NOTREACHED();
return scoped_refptr<gfx::GLImage>();
« no previous file with comments | « no previous file | ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698