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

Unified Diff: gpu/ipc/service/gpu_memory_buffer_factory.cc

Issue 2802613003: GpuMemoryBufferFactoryOzoneNativePixmap: expose supported GMB attribs
Patch Set: rename GetSupportedGpuMemoryBufferAttribsForUsage to GetGpuMemoryBufferAttribsForUsage Created 3 years, 8 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
Index: gpu/ipc/service/gpu_memory_buffer_factory.cc
diff --git a/gpu/ipc/service/gpu_memory_buffer_factory.cc b/gpu/ipc/service/gpu_memory_buffer_factory.cc
index 8e179a4818d7097eec1cfd9ad36aa59c111483d5..d4349ecc7e533935519ad330f0084e06be096494 100644
--- a/gpu/ipc/service/gpu_memory_buffer_factory.cc
+++ b/gpu/ipc/service/gpu_memory_buffer_factory.cc
@@ -30,4 +30,10 @@ GpuMemoryBufferFactory::CreateNativeType() {
return nullptr;
}
+gfx::GpuMemoryBufferAttribVector
+GpuMemoryBufferFactory::GetGpuMemoryBufferAttribsForUsage(
+ gfx::BufferUsage usage) {
+ return gfx::GpuMemoryBufferAttribVector();
+}
+
} // namespace gpu
« no previous file with comments | « gpu/ipc/service/gpu_memory_buffer_factory.h ('k') | gpu/ipc/service/gpu_memory_buffer_factory_native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698