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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc

Issue 1415723006: ui: Add RGBX_8888 buffer format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gles but no conversion needed case Created 5 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
Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
index cf6eee795d2b50b346c4bc5a83c0e5d03129045d..cce258b525abfe6d5d6b88839c436cb98215ea25 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
@@ -22,9 +22,6 @@ TEST(GpuMemoryBufferImplSharedMemoryTest, Create) {
gfx::Size buffer_size(8, 8);
for (auto format : gfx::GetBufferFormatsForTesting()) {
- if (!GpuMemoryBufferImplSharedMemory::IsFormatSupported(format))
- continue;
-
bool destroyed = false;
scoped_ptr<GpuMemoryBufferImplSharedMemory> buffer(
GpuMemoryBufferImplSharedMemory::Create(

Powered by Google App Engine
This is Rietveld 408576698