| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| index 0ccf48f2054fe7bd8e3451ec7d55b348270972b2..373f403cdc9141d8b6bed4a99b4bd8562247a2f7 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| @@ -96,6 +96,7 @@ GpuMemoryBufferImplSharedMemory::CreateFromHandle(
|
| // static
|
| bool GpuMemoryBufferImplSharedMemory::IsFormatSupported(Format format) {
|
| switch (format) {
|
| + case ASTC:
|
| case ATC:
|
| case ATCIA:
|
| case DXT1:
|
| @@ -133,6 +134,7 @@ bool GpuMemoryBufferImplSharedMemory::IsSizeValidForFormat(
|
| const gfx::Size& size,
|
| Format format) {
|
| switch (format) {
|
| + case ASTC:
|
| case ATC:
|
| case ATCIA:
|
| case DXT1:
|
|
|