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

Unified Diff: gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc

Issue 2709163004: Rename GpuMemoryBufferFactoryOzoneNativePixmap to GpuMemoryBufferFactoryNativePixmap (Closed)
Patch Set: Rebase and addressed reveman's remark. 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
« no previous file with comments | « no previous file | gpu/ipc/common/gpu_memory_buffer_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc
diff --git a/gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc b/gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc
index c4d900f431999696c30140ce0cbbab15250fb129..12b1da6fc2bd9ea8533af147d0e1afe123df38cc 100644
--- a/gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc
+++ b/gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.cc
@@ -84,9 +84,6 @@ GpuMemoryBufferImplNativePixmap::CreateFromHandle(
bool GpuMemoryBufferImplNativePixmap::IsConfigurationSupported(
gfx::BufferFormat format,
gfx::BufferUsage usage) {
-#if defined(OS_LINUX)
- return false;
-#endif
return gpu::IsNativeGpuMemoryBufferConfigurationSupported(format, usage);
}
« no previous file with comments | « no previous file | gpu/ipc/common/gpu_memory_buffer_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698