| Index: content/browser/gpu/browser_gpu_memory_buffer_manager.h
|
| diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.h b/content/browser/gpu/browser_gpu_memory_buffer_manager.h
|
| index 09c8f73abb91c479619c86f2b93a396431eafd7c..c54be22c2320d8801134a48c780c6d49338309d6 100644
|
| --- a/content/browser/gpu/browser_gpu_memory_buffer_manager.h
|
| +++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.h
|
| @@ -51,6 +51,8 @@ class CONTENT_EXPORT BrowserGpuMemoryBufferManager
|
|
|
| static BrowserGpuMemoryBufferManager* current();
|
|
|
| + static bool IsNativeGpuMemoryBuffersEnabled();
|
| +
|
| static uint32 GetImageTextureTarget(gfx::BufferFormat format,
|
| gfx::BufferUsage usage);
|
|
|
|
|