Index: content/common/gpu/client/gpu_memory_buffer_impl.h |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl.h b/content/common/gpu/client/gpu_memory_buffer_impl.h |
index 9e5c7dadfea470b34a481d16c65837120863ff79..4ef463727133779c1be7d0bbc9e263113be8de98 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl.h |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl.h |
@@ -34,10 +34,6 @@ class CONTENT_EXPORT GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer { |
// Type-checking upcast routine. Returns an NULL on failure. |
static GpuMemoryBufferImpl* FromClientBuffer(ClientBuffer buffer); |
- // Returns the number of planes based on the format of the buffer. |
- static size_t NumberOfPlanesForGpuMemoryBufferFormat( |
- gfx::BufferFormat format); |
- |
// Returns the subsampling factor applied to the given zero-indexed |plane| of |
// the |format| both horizontally and vertically. |
static size_t SubsamplingFactor(gfx::BufferFormat format, int plane); |