| 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 ee85f0f7b57ee02d73e5bca5e74ab26cf8cf77c6..fcab9abbe6018ef838ed6d4cd7e8f326a5278e12 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl.h
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl.h
|
| @@ -22,6 +22,7 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
|
| virtual ~GpuMemoryBufferImpl();
|
|
|
| static bool IsFormatValid(unsigned internalformat);
|
| + static bool IsUsageValid(unsigned usage);
|
| static size_t BytesPerPixel(unsigned internalformat);
|
|
|
| // Overridden from gfx::GpuMemoryBuffer:
|
|
|