| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index d8f40feaac9a7f95a03958af36201dc5a051c6dd..709289e0b2ab19dfad6c8cc012c1b3e53c7e7c82 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -62,6 +62,9 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| command_buffer_metrics::ContextType type);
|
|
|
| gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
|
| + // Gives the GL internal format that should be used for calling CopyTexImage2D
|
| + // on the default framebuffer.
|
| + uint32_t GetCopyTextureInternalFormat();
|
|
|
| // cc::ContextProvider implementation.
|
| bool BindToCurrentThread() override;
|
|
|