| 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 216f9ac9b7f6967191db3ecdae642988b0e3ecda..0ed79f78cebab4a90bc4a48497b9f1b58ead52d6 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -13,7 +13,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "cc/blink/context_provider_web_context.h"
|
| #include "cc/output/context_provider.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/client/command_buffer_metrics.h"
|
| @@ -36,7 +35,7 @@ namespace content {
|
| // Implementation of cc::ContextProvider that provides a
|
| // WebGraphicsContext3DCommandBufferImpl context and a GrContext.
|
| class CONTENT_EXPORT ContextProviderCommandBuffer
|
| - : NON_EXPORTED_BASE(public cc_blink::ContextProviderWebContext) {
|
| + : NON_EXPORTED_BASE(public cc::ContextProvider) {
|
| public:
|
| ContextProviderCommandBuffer(
|
| std::unique_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
|
| @@ -46,9 +45,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
|
|
| gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
|
|
|
| - // cc_blink::ContextProviderWebContext implementation.
|
| - WebGraphicsContext3DCommandBufferImpl* WebContext3D() override;
|
| -
|
| // cc::ContextProvider implementation.
|
| bool BindToCurrentThread() override;
|
| void DetachFromThread() override;
|
|
|