| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| index b4df563fc02b9796cc163fd743350336cd784967..aac6e696a3c39f97b4b82e0b5b51606a50073115 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -29,7 +29,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| gfx::GpuMemoryBuffer::Usage usage);
|
| static bool IsGpuMemoryBufferFactoryUsageEnabled(
|
| gfx::GpuMemoryBuffer::Usage usage);
|
| - static uint32 GetImageTextureTarget();
|
| + static uint32 GetImageTextureTarget(gfx::GpuMemoryBuffer::Format format,
|
| + gfx::GpuMemoryBuffer::Usage usage);
|
|
|
| // Overridden from GpuChannelHostFactory:
|
| bool IsMainThread() override;
|
|
|