Index: content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc |
diff --git a/content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc b/content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc |
index 490c45e41f03d1376a347efa715027d79d0ea917..85757421326974c99bb853113ed0bae61fc72caf 100644 |
--- a/content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc |
+++ b/content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc |
@@ -34,14 +34,6 @@ bool GpuMemoryBufferFactorySurfaceTexture:: |
return false; |
} |
-void GpuMemoryBufferFactorySurfaceTexture:: |
- GetSupportedGpuMemoryBufferConfigurations( |
- std::vector<Configuration>* configurations) { |
- configurations->assign( |
- kSupportedConfigurations, |
- kSupportedConfigurations + arraysize(kSupportedConfigurations)); |
-} |
- |
gfx::GpuMemoryBufferHandle |
GpuMemoryBufferFactorySurfaceTexture::CreateGpuMemoryBuffer( |
gfx::GpuMemoryBufferId id, |